Html Css Color HEX #A05105 Golden Brown

📋 copy color: '#A05105'

red 160 ◦ green 81 ◦ blue 5

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

Shades of Golden Brown #A05105

Tints of Golden Brown #A05105

RGB

 RED value IS 160 (62.89% from 255) = 65.04%

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 65.04%
G = 32.93%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A05105 (or 0xA05105) is known color: Golden Brown. HEX triplet: A0, 51 and 05. RGB value is (160,81,5). Sum of RGB (Red+Green+Blue) = 160+81+5=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A05105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05105 is #5FAEFA. Grayscale: #606060. Windows color (decimal): -6270715 or 348576. OLE color: 348576.

HSL color Cylindrical-coordinate representation of color #A05105: hue angle of 29.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A05105 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 5 -
CMYK 0 0.49 0.97 0.37
HSL 29.42º 0.94% 0.32% -
HSV(B) 29.42º 0.97% 0.63% -
XYZ 17.47 13.37 1.8 -
YUV 95.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 160 81 5 0 0.49 0.97 0.37 29.42 0.94 0.32
Hex A0 51 5 0 31 61 25 1D 5E 20
Octal 240 121 5 0 61 141 45 35 136 40
Binary 10100000 1010001 101 0 110001 1100001 100101 11101 1011110 100000

Color Harmonies of #A05105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05105

Black with #A05105

Text Example


Text Example

White with #A05105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05105; }

 p { color: rgb(160,81,5); }

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

background-color css

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

 a { background-color: rgb(160,81,5); }

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

border-color css

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

 span { border-color: rgb(160,81,5); }

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