Html Css Color HEX #AC7908 Dark Goldenrod

📋 copy color: '#AC7908'

red 172 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #AC7908

Tints of Dark Goldenrod #AC7908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 57.14%
G = 40.2%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC7908 (or 0xAC7908) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 08. RGB value is (172,121,8). Sum of RGB (Red+Green+Blue) = 172+121+8=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7908 is #5386F7. Grayscale: #7B7B7B. Windows color (decimal): -5474040 or 555436. OLE color: 555436.

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

Color convert

RGB 172 121 8 -
CMYK 0 0.30 0.95 0.33
HSL 41.34º 0.91% 0.35% -
HSV(B) 41.34º 0.95% 0.67% -
XYZ 23.89 22.46 3.31 -
YUV 123.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 172 121 8 0 0.30 0.95 0.33 41.34 0.91 0.35
Hex AC 79 8 0 1E 5F 21 29 5B 23
Octal 254 171 10 0 36 137 41 51 133 43
Binary 10101100 1111001 1000 0 11110 1011111 100001 101001 1011011 100011

Color Harmonies of #AC7908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7908

Black with #AC7908

Text Example


Text Example

White with #AC7908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7908; }

 p { color: rgb(172,121,8); }

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

background-color css

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

 a { background-color: rgb(172,121,8); }

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

border-color css

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

 span { border-color: rgb(172,121,8); }

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