Html Css Color HEX #A56C1E Golden Brown

📋 copy color: '#A56C1E'

red 165 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #A56C1E

Tints of Golden Brown #A56C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 54.46%
G = 35.64%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A56C1E (or 0xA56C1E) is known color: Golden Brown. HEX triplet: A5, 6C and 1E. RGB value is (165,108,30). Sum of RGB (Red+Green+Blue) = 165+108+30=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C1E is #5A93E1. Grayscale: #747474. Windows color (decimal): -5936098 or 1993893. OLE color: 1993893.

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

Color convert

RGB 165 108 30 -
CMYK 0 0.35 0.82 0.35
HSL 34.67º 0.69% 0.38% -
HSV(B) 34.67º 0.82% 0.65% -
XYZ 21.11 18.82 3.75 -
YUV 116.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 165 108 30 0 0.35 0.82 0.35 34.67 0.69 0.38
Hex A5 6C 1E 0 23 52 23 23 45 26
Octal 245 154 36 0 43 122 43 43 105 46
Binary 10100101 1101100 11110 0 100011 1010010 100011 100011 1000101 100110

Color Harmonies of #A56C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C1E

Black with #A56C1E

Text Example


Text Example

White with #A56C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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