Html Css Color HEX #A57314 Golden Brown

📋 copy color: '#A57314'

red 165 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #A57314

Tints of Golden Brown #A57314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 55%
G = 38.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57314 (or 0xA57314) is known color: Golden Brown. HEX triplet: A5, 73 and 14. RGB value is (165,115,20). Sum of RGB (Red+Green+Blue) = 165+115+20=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57314 is #5A8CEB. Grayscale: #777777. Windows color (decimal): -5934316 or 1340325. OLE color: 1340325.

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

Color convert

RGB 165 115 20 -
CMYK 0 0.30 0.88 0.35
HSL 39.31º 0.78% 0.36% -
HSV(B) 39.31º 0.88% 0.65% -
XYZ 21.77 20.31 3.43 -
YUV 119.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 165 115 20 0 0.30 0.88 0.35 39.31 0.78 0.36
Hex A5 73 14 0 1E 58 23 27 4E 24
Octal 245 163 24 0 36 130 43 47 116 44
Binary 10100101 1110011 10100 0 11110 1011000 100011 100111 1001110 100100

Color Harmonies of #A57314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57314

Black with #A57314

Text Example


Text Example

White with #A57314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57314; }

 p { color: rgb(165,115,20); }

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

background-color css

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

 a { background-color: rgb(165,115,20); }

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

border-color css

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

 span { border-color: rgb(165,115,20); }

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