Html Css Color HEX #AC9303 Dark Goldenrod

📋 copy color: '#AC9303'

red 172 ◦ green 147 ◦ blue 3

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

Shades of Dark Goldenrod #AC9303

Tints of Dark Goldenrod #AC9303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 53.42%
G = 45.65%
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

#AC9303 (or 0xAC9303) is known color: Dark Goldenrod. HEX triplet: AC, 93 and 03. RGB value is (172,147,3). Sum of RGB (Red+Green+Blue) = 172+147+3=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9303 is #536CFC. Grayscale: #8A8A8A. Windows color (decimal): -5467389 or 234412. OLE color: 234412.

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

Color convert

RGB 172 147 3 -
CMYK 0 0.15 0.98 0.33
HSL 51.12º 0.97% 0.34% -
HSV(B) 51.12º 0.98% 0.67% -
XYZ 27.46 29.64 4.36 -
YUV 138.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 172 147 3 0 0.15 0.98 0.33 51.12 0.97 0.34
Hex AC 93 3 0 F 62 21 33 61 22
Octal 254 223 3 0 17 142 41 63 141 42
Binary 10101100 10010011 11 0 1111 1100010 100001 110011 1100001 100010

Color Harmonies of #AC9303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9303

Black with #AC9303

Text Example


Text Example

White with #AC9303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9303; }

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

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

background-color css

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

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

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

border-color css

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

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

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