Html Css Color HEX #AC7902 Dark Goldenrod

📋 copy color: '#AC7902'

red 172 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #AC7902

Tints of Dark Goldenrod #AC7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 58.31%
G = 41.02%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7902 (or 0xAC7902) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 02. RGB value is (172,121,2). Sum of RGB (Red+Green+Blue) = 172+121+2=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7902 is #5386FD. Grayscale: #7B7B7B. Windows color (decimal): -5474046 or 162220. OLE color: 162220.

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

Color convert

RGB 172 121 2 -
CMYK 0 0.30 0.99 0.33
HSL 42º 0.98% 0.34% -
HSV(B) 42º 0.99% 0.67% -
XYZ 23.86 22.45 3.13 -
YUV 122.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 172 121 2 0 0.30 0.99 0.33 42 0.98 0.34
Hex AC 79 2 0 1E 63 21 2A 62 22
Octal 254 171 2 0 36 143 41 52 142 42
Binary 10101100 1111001 10 0 11110 1100011 100001 101010 1100010 100010

Color Harmonies of #AC7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7902

Black with #AC7902

Text Example


Text Example

White with #AC7902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7902; }

 p { color: rgb(172,121,2); }

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

background-color css

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

 a { background-color: rgb(172,121,2); }

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

border-color css

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

 span { border-color: rgb(172,121,2); }

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