Html Css Color HEX #A56A1F Golden Brown

📋 copy color: '#A56A1F'

red 165 ◦ green 106 ◦ blue 31

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

Shades of Golden Brown #A56A1F

Tints of Golden Brown #A56A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 54.64%
G = 35.1%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A56A1F (or 0xA56A1F) is known color: Golden Brown. HEX triplet: A5, 6A and 1F. RGB value is (165,106,31). Sum of RGB (Red+Green+Blue) = 165+106+31=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A1F is #5A95E0. Grayscale: #737373. Windows color (decimal): -5936609 or 2058917. OLE color: 2058917.

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

Color convert

RGB 165 106 31 -
CMYK 0 0.36 0.81 0.35
HSL 33.58º 0.68% 0.38% -
HSV(B) 33.58º 0.81% 0.65% -
XYZ 20.92 18.41 3.75 -
YUV 115.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 165 106 31 0 0.36 0.81 0.35 33.58 0.68 0.38
Hex A5 6A 1F 0 24 51 23 22 44 26
Octal 245 152 37 0 44 121 43 42 104 46
Binary 10100101 1101010 11111 0 100100 1010001 100011 100010 1000100 100110

Color Harmonies of #A56A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A1F

Black with #A56A1F

Text Example


Text Example

White with #A56A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A1F; }

 p { color: rgb(165,106,31); }

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

background-color css

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

 a { background-color: rgb(165,106,31); }

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

border-color css

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

 span { border-color: rgb(165,106,31); }

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