Html Css Color HEX #A57415 Golden Brown

📋 copy color: '#A57415'

red 165 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #A57415

Tints of Golden Brown #A57415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 54.64%
G = 38.41%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57415 (or 0xA57415) is known color: Golden Brown. HEX triplet: A5, 74 and 15. RGB value is (165,116,21). Sum of RGB (Red+Green+Blue) = 165+116+21=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57415 is #5A8BEA. Grayscale: #787878. Windows color (decimal): -5934059 or 1406117. OLE color: 1406117.

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

Color convert

RGB 165 116 21 -
CMYK 0 0.30 0.87 0.35
HSL 39.58º 0.77% 0.36% -
HSV(B) 39.58º 0.87% 0.65% -
XYZ 21.9 20.54 3.52 -
YUV 119.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 165 116 21 0 0.30 0.87 0.35 39.58 0.77 0.36
Hex A5 74 15 0 1E 57 23 28 4D 24
Octal 245 164 25 0 36 127 43 50 115 44
Binary 10100101 1110100 10101 0 11110 1010111 100011 101000 1001101 100100

Color Harmonies of #A57415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57415

Black with #A57415

Text Example


Text Example

White with #A57415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57415; }

 p { color: rgb(165,116,21); }

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

background-color css

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

 a { background-color: rgb(165,116,21); }

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

border-color css

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

 span { border-color: rgb(165,116,21); }

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