Html Css Color HEX #AC7612 Dark Goldenrod

📋 copy color: '#AC7612'

red 172 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #AC7612

Tints of Dark Goldenrod #AC7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 55.84%
G = 38.31%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC7612 (or 0xAC7612) is known color: Dark Goldenrod. HEX triplet: AC, 76 and 12. RGB value is (172,118,18). Sum of RGB (Red+Green+Blue) = 172+118+18=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7612 is #5389ED. Grayscale: #7B7B7B. Windows color (decimal): -5474798 or 1210028. OLE color: 1210028.

HSL color Cylindrical-coordinate representation of color #AC7612: hue angle of 38.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7612 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 18 -
CMYK 0 0.31 0.90 0.33
HSL 38.96º 0.81% 0.37% -
HSV(B) 38.96º 0.9% 0.67% -
XYZ 23.6 21.77 3.53 -
YUV 122.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 172 118 18 0 0.31 0.90 0.33 38.96 0.81 0.37
Hex AC 76 12 0 1F 5A 21 27 51 25
Octal 254 166 22 0 37 132 41 47 121 45
Binary 10101100 1110110 10010 0 11111 1011010 100001 100111 1010001 100101

Color Harmonies of #AC7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7612

Black with #AC7612

Text Example


Text Example

White with #AC7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7612; }

 p { color: rgb(172,118,18); }

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

background-color css

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

 a { background-color: rgb(172,118,18); }

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

border-color css

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

 span { border-color: rgb(172,118,18); }

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