Html Css Color HEX #A17A03 Dark Goldenrod

📋 copy color: '#A17A03'

red 161 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #A17A03

Tints of Dark Goldenrod #A17A03

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

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

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

R = 56.29%
G = 42.66%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A17A03 (or 0xA17A03) is known color: Dark Goldenrod. HEX triplet: A1, 7A and 03. RGB value is (161,122,3). Sum of RGB (Red+Green+Blue) = 161+122+3=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A03 is #5E85FC. Grayscale: #787878. Windows color (decimal): -6194685 or 228001. OLE color: 228001.

HSL color Cylindrical-coordinate representation of color #A17A03: hue angle of 45.19º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A17A03 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 122 3 -
CMYK 0 0.24 0.98 0.37
HSL 45.19º 0.96% 0.32% -
HSV(B) 45.19º 0.98% 0.63% -
XYZ 21.67 21.5 3.09 -
YUV 120.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 161 122 3 0 0.24 0.98 0.37 45.19 0.96 0.32
Hex A1 7A 3 0 18 62 25 2D 60 20
Octal 241 172 3 0 30 142 45 55 140 40
Binary 10100001 1111010 11 0 11000 1100010 100101 101101 1100000 100000

Color Harmonies of #A17A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A03

Black with #A17A03

Text Example


Text Example

White with #A17A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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