Html Css Color HEX #AC7B0E Dark Goldenrod

📋 copy color: '#AC7B0E'

red 172 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #AC7B0E

Tints of Dark Goldenrod #AC7B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.53%

R = 55.66%
G = 39.81%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC7B0E (or 0xAC7B0E) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 0E. RGB value is (172,123,14). Sum of RGB (Red+Green+Blue) = 172+123+14=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B0E is #5384F1. Grayscale: #7D7D7D. Windows color (decimal): -5473522 or 949164. OLE color: 949164.

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

Color convert

RGB 172 123 14 -
CMYK 0 0.28 0.92 0.33
HSL 41.39º 0.85% 0.36% -
HSV(B) 41.39º 0.92% 0.67% -
XYZ 24.18 22.97 3.57 -
YUV 125.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 172 123 14 0 0.28 0.92 0.33 41.39 0.85 0.36
Hex AC 7B E 0 1C 5C 21 29 55 24
Octal 254 173 16 0 34 134 41 51 125 44
Binary 10101100 1111011 1110 0 11100 1011100 100001 101001 1010101 100100

Color Harmonies of #AC7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B0E

Black with #AC7B0E

Text Example


Text Example

White with #AC7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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