Html Css Color HEX #AC910B Dark Goldenrod

📋 copy color: '#AC910B'

red 172 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #AC910B

Tints of Dark Goldenrod #AC910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 52.44%
G = 44.21%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC910B (or 0xAC910B) is known color: Dark Goldenrod. HEX triplet: AC, 91 and 0B. RGB value is (172,145,11). Sum of RGB (Red+Green+Blue) = 172+145+11=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC910B is #536EF4. Grayscale: #8A8A8A. Windows color (decimal): -5467893 or 758188. OLE color: 758188.

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

Color convert

RGB 172 145 11 -
CMYK 0 0.16 0.94 0.33
HSL 49.94º 0.88% 0.36% -
HSV(B) 49.94º 0.94% 0.67% -
XYZ 27.2 29.05 4.49 -
YUV 137.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 172 145 11 0 0.16 0.94 0.33 49.94 0.88 0.36
Hex AC 91 B 0 10 5E 21 32 58 24
Octal 254 221 13 0 20 136 41 62 130 44
Binary 10101100 10010001 1011 0 10000 1011110 100001 110010 1011000 100100

Color Harmonies of #AC910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC910B

Black with #AC910B

Text Example


Text Example

White with #AC910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC910B; }

 p { color: rgb(172,145,11); }

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

background-color css

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

 a { background-color: rgb(172,145,11); }

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

border-color css

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

 span { border-color: rgb(172,145,11); }

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