Html Css Color HEX #A05F10 Golden Brown

📋 copy color: '#A05F10'

red 160 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #A05F10

Tints of Golden Brown #A05F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.06%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 59.04%
G = 35.06%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A05F10 (or 0xA05F10) is known color: Golden Brown. HEX triplet: A0, 5F and 10. RGB value is (160,95,16). Sum of RGB (Red+Green+Blue) = 160+95+16=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F10 is #5FA0EF. Grayscale: #696969. Windows color (decimal): -6267120 or 1073056. OLE color: 1073056.

HSL color Cylindrical-coordinate representation of color #A05F10: hue angle of 32.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A05F10 is Cyan = 0, Magento = 0.41, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 16 -
CMYK 0 0.41 0.9 0.37
HSL 32.92º 0.82% 0.35% -
HSV(B) 32.92º 0.9% 0.63% -
XYZ 18.68 15.7 2.54 -
YUV 105.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 160 95 16 0 0.41 0.9 0.37 32.92 0.82 0.35
Hex A0 5F 10 0 29 5A 25 21 52 23
Octal 240 137 20 0 51 132 45 41 122 43
Binary 10100000 1011111 10000 0 101001 1011010 100101 100001 1010010 100011

Color Harmonies of #A05F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F10

Black with #A05F10

Text Example


Text Example

White with #A05F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F10; }

 p { color: rgb(160,95,16); }

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

background-color css

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

 a { background-color: rgb(160,95,16); }

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

border-color css

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

 span { border-color: rgb(160,95,16); }

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