Html Css Color HEX #AC770C Dark Goldenrod

📋 copy color: '#AC770C'

red 172 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #AC770C

Tints of Dark Goldenrod #AC770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 56.77%
G = 39.27%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC770C (or 0xAC770C) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 0C. RGB value is (172,119,12). Sum of RGB (Red+Green+Blue) = 172+119+12=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC770C is #5388F3. Grayscale: #7B7B7B. Windows color (decimal): -5474548 or 817068. OLE color: 817068.

HSL color Cylindrical-coordinate representation of color #AC770C: hue angle of 40.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC770C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 12 -
CMYK 0 0.31 0.93 0.33
HSL 40.13º 0.87% 0.36% -
HSV(B) 40.13º 0.93% 0.67% -
XYZ 23.68 21.99 3.34 -
YUV 122.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 172 119 12 0 0.31 0.93 0.33 40.13 0.87 0.36
Hex AC 77 C 0 1F 5D 21 28 57 24
Octal 254 167 14 0 37 135 41 50 127 44
Binary 10101100 1110111 1100 0 11111 1011101 100001 101000 1010111 100100

Color Harmonies of #AC770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC770C

Black with #AC770C

Text Example


Text Example

White with #AC770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC770C; }

 p { color: rgb(172,119,12); }

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

background-color css

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

 a { background-color: rgb(172,119,12); }

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

border-color css

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

 span { border-color: rgb(172,119,12); }

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