Html Css Color HEX #AC9203 Dark Goldenrod

📋 copy color: '#AC9203'

red 172 ◦ green 146 ◦ blue 3

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

Shades of Dark Goldenrod #AC9203

Tints of Dark Goldenrod #AC9203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 53.58%
G = 45.48%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC9203 (or 0xAC9203) is known color: Dark Goldenrod. HEX triplet: AC, 92 and 03. RGB value is (172,146,3). Sum of RGB (Red+Green+Blue) = 172+146+3=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9203 is #536DFC. Grayscale: #8A8A8A. Windows color (decimal): -5467645 or 234156. OLE color: 234156.

HSL color Cylindrical-coordinate representation of color #AC9203: hue angle of 50.77º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC9203 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 3 -
CMYK 0 0.15 0.98 0.33
HSL 50.77º 0.97% 0.34% -
HSV(B) 50.77º 0.98% 0.67% -
XYZ 27.31 29.34 4.31 -
YUV 137.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 172 146 3 0 0.15 0.98 0.33 50.77 0.97 0.34
Hex AC 92 3 0 F 62 21 33 61 22
Octal 254 222 3 0 17 142 41 63 141 42
Binary 10101100 10010010 11 0 1111 1100010 100001 110011 1100001 100010

Color Harmonies of #AC9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9203

Black with #AC9203

Text Example


Text Example

White with #AC9203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9203; }

 p { color: rgb(172,146,3); }

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

background-color css

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

 a { background-color: rgb(172,146,3); }

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

border-color css

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

 span { border-color: rgb(172,146,3); }

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