Html Css Color HEX #AC7B04 Dark Goldenrod

📋 copy color: '#AC7B04'

red 172 ◦ green 123 ◦ blue 4

#AC7B04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AC7B04

Tints of Dark Goldenrod #AC7B04

RGB

 RED value IS 172 (67.58% from 255) = 57.53%

 GREEN value IS 123 (48.44% from 255) = 41.14%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 57.53%
G = 41.14%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC7B04 (or 0xAC7B04) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 04. RGB value is (172,123,4). Sum of RGB (Red+Green+Blue) = 172+123+4=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B04 is #5384FB. Grayscale: #7C7C7C. Windows color (decimal): -5473532 or 293804. OLE color: 293804.

HSL color Cylindrical-coordinate representation of color #AC7B04: hue angle of 42.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC7B04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 4 -
CMYK 0 0.28 0.98 0.33
HSL 42.5º 0.95% 0.35% -
HSV(B) 42.5º 0.98% 0.67% -
XYZ 24.12 22.95 3.27 -
YUV 124.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 172 123 4 0 0.28 0.98 0.33 42.5 0.95 0.35
Hex AC 7B 4 0 1C 62 21 2A 5F 23
Octal 254 173 4 0 34 142 41 52 137 43
Binary 10101100 1111011 100 0 11100 1100010 100001 101010 1011111 100011

Color Harmonies of #AC7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B04

Black with #AC7B04

Text Example


Text Example

White with #AC7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B04; }

 p { color: rgb(172,123,4); }

 H1.HeaderClassName
 {
   color: #AC7B04;
 }
 .AnyTagClassName
 {
   color: #AC7B04;
 }
</style>

background-color css

<style>
 a { background-color: #AC7B04; }

 a { background-color: rgb(172,123,4); }

 div.DivClassName
 {
   background-color: #AC7B04;
 }
 .BgClassName
 {
   background-color: #AC7B04;
 }
</style>

border-color css

<style>
 span { border-color: #AC7B04; }

 span { border-color: rgb(172,123,4); }

 td.TdClassName
 {
   border-color: #AC7B04;
 }
 .TagClassName
 {
   border-color: #AC7B04;
 }
</style>