Html Css Color HEX #A56105 Golden Brown

📋 copy color: '#A56105'

red 165 ◦ green 97 ◦ blue 5

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

Shades of Golden Brown #A56105

Tints of Golden Brown #A56105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 61.8%
G = 36.33%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A56105 (or 0xA56105) is known color: Golden Brown. HEX triplet: A5, 61 and 05. RGB value is (165,97,5). Sum of RGB (Red+Green+Blue) = 165+97+5=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A56105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56105 is #5A9EFA. Grayscale: #6B6B6B. Windows color (decimal): -5938939 or 352677. OLE color: 352677.

HSL color Cylindrical-coordinate representation of color #A56105: hue angle of 34.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A56105 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 5 -
CMYK 0 0.41 0.97 0.35
HSL 34.5º 0.94% 0.33% -
HSV(B) 34.5º 0.97% 0.65% -
XYZ 19.82 16.56 2.3 -
YUV 106.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 165 97 5 0 0.41 0.97 0.35 34.5 0.94 0.33
Hex A5 61 5 0 29 61 23 22 5E 21
Octal 245 141 5 0 51 141 43 42 136 41
Binary 10100101 1100001 101 0 101001 1100001 100011 100010 1011110 100001

Color Harmonies of #A56105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56105

Black with #A56105

Text Example


Text Example

White with #A56105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56105; }

 p { color: rgb(165,97,5); }

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

background-color css

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

 a { background-color: rgb(165,97,5); }

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

border-color css

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

 span { border-color: rgb(165,97,5); }

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