Html Css Color HEX #A56C1C Golden Brown

📋 copy color: '#A56C1C'

red 165 ◦ green 108 ◦ blue 28

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

Shades of Golden Brown #A56C1C

Tints of Golden Brown #A56C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 54.82%
G = 35.88%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A56C1C (or 0xA56C1C) is known color: Golden Brown. HEX triplet: A5, 6C and 1C. RGB value is (165,108,28). Sum of RGB (Red+Green+Blue) = 165+108+28=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C1C is #5A93E3. Grayscale: #747474. Windows color (decimal): -5936100 or 1862821. OLE color: 1862821.

HSL color Cylindrical-coordinate representation of color #A56C1C: hue angle of 35.04º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A56C1C is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 28 -
CMYK 0 0.35 0.83 0.35
HSL 35.04º 0.71% 0.38% -
HSV(B) 35.04º 0.83% 0.65% -
XYZ 21.09 18.81 3.62 -
YUV 115.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 165 108 28 0 0.35 0.83 0.35 35.04 0.71 0.38
Hex A5 6C 1C 0 23 53 23 23 47 26
Octal 245 154 34 0 43 123 43 43 107 46
Binary 10100101 1101100 11100 0 100011 1010011 100011 100011 1000111 100110

Color Harmonies of #A56C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C1C

Black with #A56C1C

Text Example


Text Example

White with #A56C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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