Html Css Color HEX #A56C13 Golden Brown

📋 copy color: '#A56C13'

red 165 ◦ green 108 ◦ blue 19

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

Shades of Golden Brown #A56C13

Tints of Golden Brown #A56C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 56.51%
G = 36.99%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A56C13 (or 0xA56C13) is known color: Golden Brown. HEX triplet: A5, 6C and 13. RGB value is (165,108,19). Sum of RGB (Red+Green+Blue) = 165+108+19=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56C13 is #5A93EC. Grayscale: #737373. Windows color (decimal): -5936109 or 1272997. OLE color: 1272997.

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

Color convert

RGB 165 108 19 -
CMYK 0 0.35 0.88 0.35
HSL 36.58º 0.79% 0.36% -
HSV(B) 36.58º 0.88% 0.65% -
XYZ 21 18.77 3.13 -
YUV 114.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 165 108 19 0 0.35 0.88 0.35 36.58 0.79 0.36
Hex A5 6C 13 0 23 58 23 25 4F 24
Octal 245 154 23 0 43 130 43 45 117 44
Binary 10100101 1101100 10011 0 100011 1011000 100011 100101 1001111 100100

Color Harmonies of #A56C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C13

Black with #A56C13

Text Example


Text Example

White with #A56C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C13; }

 p { color: rgb(165,108,19); }

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

background-color css

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

 a { background-color: rgb(165,108,19); }

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

border-color css

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

 span { border-color: rgb(165,108,19); }

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