Html Css Color HEX #A05B05 Golden Brown

📋 copy color: '#A05B05'

red 160 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #A05B05

Tints of Golden Brown #A05B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

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

R = 62.5%
G = 35.55%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A05B05 (or 0xA05B05) is known color: Golden Brown. HEX triplet: A0, 5B and 05. RGB value is (160,91,5). Sum of RGB (Red+Green+Blue) = 160+91+5=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05B05 is #5FA4FA. Grayscale: #666666. Windows color (decimal): -6268155 or 351136. OLE color: 351136.

HSL color Cylindrical-coordinate representation of color #A05B05: hue angle of 33.29º 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 #A05B05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 91 5 -
CMYK 0 0.43 0.97 0.37
HSL 33.29º 0.94% 0.32% -
HSV(B) 33.29º 0.97% 0.63% -
XYZ 18.27 14.97 2.07 -
YUV 101.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 160 91 5 0 0.43 0.97 0.37 33.29 0.94 0.32
Hex A0 5B 5 0 2B 61 25 21 5E 20
Octal 240 133 5 0 53 141 45 41 136 40
Binary 10100000 1011011 101 0 101011 1100001 100101 100001 1011110 100000

Color Harmonies of #A05B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B05

Black with #A05B05

Text Example


Text Example

White with #A05B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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