Html Css Color HEX #AC850A Dark Goldenrod

📋 copy color: '#AC850A'

red 172 ◦ green 133 ◦ blue 10

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

Shades of Dark Goldenrod #AC850A

Tints of Dark Goldenrod #AC850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 54.6%
G = 42.22%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC850A (or 0xAC850A) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0A. RGB value is (172,133,10). Sum of RGB (Red+Green+Blue) = 172+133+10=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850A is #537AF5. Grayscale: #838383. Windows color (decimal): -5470966 or 689580. OLE color: 689580.

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

Color convert

RGB 172 133 10 -
CMYK 0 0.23 0.94 0.33
HSL 45.56º 0.89% 0.36% -
HSV(B) 45.56º 0.94% 0.67% -
XYZ 25.46 25.57 3.88 -
YUV 130.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 172 133 10 0 0.23 0.94 0.33 45.56 0.89 0.36
Hex AC 85 A 0 17 5E 21 2E 59 24
Octal 254 205 12 0 27 136 41 56 131 44
Binary 10101100 10000101 1010 0 10111 1011110 100001 101110 1011001 100100

Color Harmonies of #AC850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC850A

Black with #AC850A

Text Example


Text Example

White with #AC850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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