Html Css Color HEX #A57018 Golden Brown

📋 copy color: '#A57018'

red 165 ◦ green 112 ◦ blue 24

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

Shades of Golden Brown #A57018

Tints of Golden Brown #A57018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 54.82%
G = 37.21%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A57018 (or 0xA57018) is known color: Golden Brown. HEX triplet: A5, 70 and 18. RGB value is (165,112,24). Sum of RGB (Red+Green+Blue) = 165+112+24=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57018 is #5A8FE7. Grayscale: #767676. Windows color (decimal): -5935080 or 1601701. OLE color: 1601701.

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

Color convert

RGB 165 112 24 -
CMYK 0 0.32 0.85 0.35
HSL 37.45º 0.75% 0.37% -
HSV(B) 37.45º 0.85% 0.65% -
XYZ 21.48 19.65 3.53 -
YUV 117.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 165 112 24 0 0.32 0.85 0.35 37.45 0.75 0.37
Hex A5 70 18 0 20 55 23 25 4B 25
Octal 245 160 30 0 40 125 43 45 113 45
Binary 10100101 1110000 11000 0 100000 1010101 100011 100101 1001011 100101

Color Harmonies of #A57018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57018

Black with #A57018

Text Example


Text Example

White with #A57018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57018; }

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

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

background-color css

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

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

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

border-color css

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

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

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