Html Css Color HEX #AC890A Dark Goldenrod

📋 copy color: '#AC890A'

red 172 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #AC890A

Tints of Dark Goldenrod #AC890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 53.92%
G = 42.95%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC890A (or 0xAC890A) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 0A. RGB value is (172,137,10). Sum of RGB (Red+Green+Blue) = 172+137+10=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC890A is #5376F5. Grayscale: #858585. Windows color (decimal): -5469942 or 690604. OLE color: 690604.

HSL color Cylindrical-coordinate representation of color #AC890A: hue angle of 47.04º degrees, saturation: 0.89, 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 #AC890A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 10 -
CMYK 0 0.20 0.94 0.33
HSL 47.04º 0.89% 0.36% -
HSV(B) 47.04º 0.94% 0.67% -
XYZ 26.01 26.68 4.07 -
YUV 132.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 172 137 10 0 0.20 0.94 0.33 47.04 0.89 0.36
Hex AC 89 A 0 14 5E 21 2F 59 24
Octal 254 211 12 0 24 136 41 57 131 44
Binary 10101100 10001001 1010 0 10100 1011110 100001 101111 1011001 100100

Color Harmonies of #AC890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC890A

Black with #AC890A

Text Example


Text Example

White with #AC890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC890A; }

 p { color: rgb(172,137,10); }

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

background-color css

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

 a { background-color: rgb(172,137,10); }

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

border-color css

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

 span { border-color: rgb(172,137,10); }

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