Html Css Color HEX #A06518 Golden Brown

📋 copy color: '#A06518'

red 160 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #A06518

Tints of Golden Brown #A06518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 56.14%
G = 35.44%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A06518 (or 0xA06518) is known color: Golden Brown. HEX triplet: A0, 65 and 18. RGB value is (160,101,24). Sum of RGB (Red+Green+Blue) = 160+101+24=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A06518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06518 is #5F9AE7. Grayscale: #6E6E6E. Windows color (decimal): -6265576 or 1598880. OLE color: 1598880.

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

Color convert

RGB 160 101 24 -
CMYK 0 0.37 0.85 0.37
HSL 33.97º 0.74% 0.36% -
HSV(B) 33.97º 0.85% 0.63% -
XYZ 19.32 16.85 3.1 -
YUV 109.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 160 101 24 0 0.37 0.85 0.37 33.97 0.74 0.36
Hex A0 65 18 0 25 55 25 22 4A 24
Octal 240 145 30 0 45 125 45 42 112 44
Binary 10100000 1100101 11000 0 100101 1010101 100101 100010 1001010 100100

Color Harmonies of #A06518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06518

Black with #A06518

Text Example


Text Example

White with #A06518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06518; }

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

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

background-color css

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

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

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

border-color css

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

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

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