Html Css Color HEX #A57000 Golden Brown

📋 copy color: '#A57000'

red 165 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #A57000

Tints of Golden Brown #A57000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A57000 (or 0xA57000) is known color: Golden Brown. HEX triplet: A5, 70 and 00. RGB value is (165,112,0). Sum of RGB (Red+Green+Blue) = 165+112+0=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A57000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57000 is #5A8FFF. Grayscale: #737373. Windows color (decimal): -5935104 or 28837. OLE color: 28837.

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

Color convert

RGB 165 112 0 -
CMYK 0 0.32 1 0.35
HSL 40.73º 1% 0.32% -
HSV(B) 40.73º 1% 0.65% -
XYZ 21.31 19.59 2.66 -
YUV 115.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 165 112 0 0 0.32 1 0.35 40.73 1 0.32
Hex A5 70 0 0 20 64 23 29 64 20
Octal 245 160 0 0 40 144 43 51 144 40
Binary 10100101 1110000 0 0 100000 1100100 100011 101001 1100100 100000

Color Harmonies of #A57000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57000

Black with #A57000

Text Example


Text Example

White with #A57000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57000; }

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

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

background-color css

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

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

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

border-color css

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

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

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