Html Css Color HEX #A57002 Golden Brown

📋 copy color: '#A57002'

red 165 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #A57002

Tints of Golden Brown #A57002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 59.14%
G = 40.14%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A57002 (or 0xA57002) is known color: Golden Brown. HEX triplet: A5, 70 and 02. RGB value is (165,112,2). Sum of RGB (Red+Green+Blue) = 165+112+2=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A57002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57002 is #5A8FFD. Grayscale: #737373. Windows color (decimal): -5935102 or 159909. OLE color: 159909.

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

Color convert

RGB 165 112 2 -
CMYK 0 0.32 0.99 0.35
HSL 40.49º 0.98% 0.33% -
HSV(B) 40.49º 0.99% 0.65% -
XYZ 21.32 19.59 2.72 -
YUV 115.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 165 112 2 0 0.32 0.99 0.35 40.49 0.98 0.33
Hex A5 70 2 0 20 63 23 28 62 21
Octal 245 160 2 0 40 143 43 50 142 41
Binary 10100101 1110000 10 0 100000 1100011 100011 101000 1100010 100001

Color Harmonies of #A57002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57002

Black with #A57002

Text Example


Text Example

White with #A57002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57002; }

 p { color: rgb(165,112,2); }

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

background-color css

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

 a { background-color: rgb(165,112,2); }

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

border-color css

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

 span { border-color: rgb(165,112,2); }

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