Html Css Color HEX #AC7A03 Dark Goldenrod

📋 copy color: '#AC7A03'

red 172 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #AC7A03

Tints of Dark Goldenrod #AC7A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 57.91%
G = 41.08%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC7A03 (or 0xAC7A03) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 03. RGB value is (172,122,3). Sum of RGB (Red+Green+Blue) = 172+122+3=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A03 is #5385FC. Grayscale: #7B7B7B. Windows color (decimal): -5473789 or 228012. OLE color: 228012.

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

Color convert

RGB 172 122 3 -
CMYK 0 0.29 0.98 0.33
HSL 42.25º 0.97% 0.34% -
HSV(B) 42.25º 0.98% 0.67% -
XYZ 23.99 22.7 3.2 -
YUV 123.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 172 122 3 0 0.29 0.98 0.33 42.25 0.97 0.34
Hex AC 7A 3 0 1D 62 21 2A 61 22
Octal 254 172 3 0 35 142 41 52 141 42
Binary 10101100 1111010 11 0 11101 1100010 100001 101010 1100001 100010

Color Harmonies of #AC7A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A03

Black with #AC7A03

Text Example


Text Example

White with #AC7A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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