Html Css Color HEX #A06519 Golden Brown

📋 copy color: '#A06519'

red 160 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #A06519

Tints of Golden Brown #A06519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 55.94%
G = 35.31%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A06519 (or 0xA06519) is known color: Golden Brown. HEX triplet: A0, 65 and 19. RGB value is (160,101,25). Sum of RGB (Red+Green+Blue) = 160+101+25=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A06519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06519 is #5F9AE6. Grayscale: #6E6E6E. Windows color (decimal): -6265575 or 1664416. OLE color: 1664416.

HSL color Cylindrical-coordinate representation of color #A06519: hue angle of 33.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A06519 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 101 25 -
CMYK 0 0.37 0.84 0.37
HSL 33.78º 0.73% 0.36% -
HSV(B) 33.78º 0.84% 0.63% -
XYZ 19.33 16.85 3.15 -
YUV 109.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 160 101 25 0 0.37 0.84 0.37 33.78 0.73 0.36
Hex A0 65 19 0 25 54 25 22 49 24
Octal 240 145 31 0 45 124 45 42 111 44
Binary 10100000 1100101 11001 0 100101 1010100 100101 100010 1001001 100100

Color Harmonies of #A06519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06519

Black with #A06519

Text Example


Text Example

White with #A06519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06519; }

 p { color: rgb(160,101,25); }

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

background-color css

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

 a { background-color: rgb(160,101,25); }

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

border-color css

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

 span { border-color: rgb(160,101,25); }

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