Html Css Color HEX #A57A03 Dark Goldenrod

📋 copy color: '#A57A03'

red 165 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #A57A03

Tints of Dark Goldenrod #A57A03

RGB

 RED value IS 165 (64.84% from 255) = 56.9%

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

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

R = 56.9%
G = 42.07%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A57A03 (or 0xA57A03) is known color: Dark Goldenrod. HEX triplet: A5, 7A and 03. RGB value is (165,122,3). Sum of RGB (Red+Green+Blue) = 165+122+3=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A03 is #5A85FC. Grayscale: #797979. Windows color (decimal): -5932541 or 228005. OLE color: 228005.

HSL color Cylindrical-coordinate representation of color #A57A03: hue angle of 44.07º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A57A03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 122 3 -
CMYK 0 0.26 0.98 0.35
HSL 44.07º 0.96% 0.33% -
HSV(B) 44.07º 0.98% 0.65% -
XYZ 22.49 21.92 3.13 -
YUV 121.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 165 122 3 0 0.26 0.98 0.35 44.07 0.96 0.33
Hex A5 7A 3 0 1A 62 23 2C 60 21
Octal 245 172 3 0 32 142 43 54 140 41
Binary 10100101 1111010 11 0 11010 1100010 100011 101100 1100000 100001

Color Harmonies of #A57A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A03

Black with #A57A03

Text Example


Text Example

White with #A57A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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