Html Css Color HEX #A56514 Golden Brown

📋 copy color: '#A56514'

red 165 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #A56514

Tints of Golden Brown #A56514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 57.69%
G = 35.31%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56514 (or 0xA56514) is known color: Golden Brown. HEX triplet: A5, 65 and 14. RGB value is (165,101,20). Sum of RGB (Red+Green+Blue) = 165+101+20=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A56514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56514 is #5A9AEB. Grayscale: #6F6F6F. Windows color (decimal): -5937900 or 1336741. OLE color: 1336741.

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

Color convert

RGB 165 101 20 -
CMYK 0 0.39 0.88 0.35
HSL 33.52º 0.78% 0.36% -
HSV(B) 33.52º 0.88% 0.65% -
XYZ 20.3 17.36 2.94 -
YUV 110.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 165 101 20 0 0.39 0.88 0.35 33.52 0.78 0.36
Hex A5 65 14 0 27 58 23 22 4E 24
Octal 245 145 24 0 47 130 43 42 116 44
Binary 10100101 1100101 10100 0 100111 1011000 100011 100010 1001110 100100

Color Harmonies of #A56514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56514

Black with #A56514

Text Example


Text Example

White with #A56514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56514; }

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

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

background-color css

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

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

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

border-color css

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

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

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