Html Css Color HEX #A05306 Golden Brown

📋 copy color: '#A05306'

red 160 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #A05306

Tints of Golden Brown #A05306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 64.26%
G = 33.33%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A05306 (or 0xA05306) is known color: Golden Brown. HEX triplet: A0, 53 and 06. RGB value is (160,83,6). Sum of RGB (Red+Green+Blue) = 160+83+6=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A05306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05306 is #5FACF9. Grayscale: #616161. Windows color (decimal): -6270202 or 414624. OLE color: 414624.

HSL color Cylindrical-coordinate representation of color #A05306: hue angle of 30º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A05306 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 6 -
CMYK 0 0.48 0.96 0.37
HSL 30º 0.93% 0.33% -
HSV(B) 30º 0.96% 0.63% -
XYZ 17.62 13.67 1.88 -
YUV 97.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 160 83 6 0 0.48 0.96 0.37 30 0.93 0.33
Hex A0 53 6 0 30 60 25 1E 5D 21
Octal 240 123 6 0 60 140 45 36 135 41
Binary 10100000 1010011 110 0 110000 1100000 100101 11110 1011101 100001

Color Harmonies of #A05306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05306

Black with #A05306

Text Example


Text Example

White with #A05306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05306; }

 p { color: rgb(160,83,6); }

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

background-color css

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

 a { background-color: rgb(160,83,6); }

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

border-color css

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

 span { border-color: rgb(160,83,6); }

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