Html Css Color HEX #A57118 Golden Brown

📋 copy color: '#A57118'

red 165 ◦ green 113 ◦ blue 24

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

Shades of Golden Brown #A57118

Tints of Golden Brown #A57118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 54.64%
G = 37.42%
B = 7.95%

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

#A57118 (or 0xA57118) is known color: Golden Brown. HEX triplet: A5, 71 and 18. RGB value is (165,113,24). Sum of RGB (Red+Green+Blue) = 165+113+24=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57118 is #5A8EE7. Grayscale: #767676. Windows color (decimal): -5934824 or 1601957. OLE color: 1601957.

HSL color Cylindrical-coordinate representation of color #A57118: hue angle of 37.87º 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 #A57118 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 24 -
CMYK 0 0.32 0.85 0.35
HSL 37.87º 0.75% 0.37% -
HSV(B) 37.87º 0.85% 0.65% -
XYZ 21.59 19.88 3.56 -
YUV 118.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 165 113 24 0 0.32 0.85 0.35 37.87 0.75 0.37
Hex A5 71 18 0 20 55 23 26 4B 25
Octal 245 161 30 0 40 125 43 46 113 45
Binary 10100101 1110001 11000 0 100000 1010101 100011 100110 1001011 100101

Color Harmonies of #A57118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57118

Black with #A57118

Text Example


Text Example

White with #A57118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57118; }

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

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

background-color css

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

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

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

border-color css

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

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

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