Html Css Color HEX #A56E1C Golden Brown

📋 copy color: '#A56E1C'

red 165 ◦ green 110 ◦ blue 28

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

Shades of Golden Brown #A56E1C

Tints of Golden Brown #A56E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 54.46%
G = 36.3%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A56E1C (or 0xA56E1C) is known color: Golden Brown. HEX triplet: A5, 6E and 1C. RGB value is (165,110,28). Sum of RGB (Red+Green+Blue) = 165+110+28=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E1C is #5A91E3. Grayscale: #757575. Windows color (decimal): -5935588 or 1863333. OLE color: 1863333.

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

Color convert

RGB 165 110 28 -
CMYK 0 0.33 0.83 0.35
HSL 35.91º 0.71% 0.38% -
HSV(B) 35.91º 0.83% 0.65% -
XYZ 21.3 19.24 3.69 -
YUV 117.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 165 110 28 0 0.33 0.83 0.35 35.91 0.71 0.38
Hex A5 6E 1C 0 21 53 23 24 47 26
Octal 245 156 34 0 41 123 43 44 107 46
Binary 10100101 1101110 11100 0 100001 1010011 100011 100100 1000111 100110

Color Harmonies of #A56E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E1C

Black with #A56E1C

Text Example


Text Example

White with #A56E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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