Html Css Color HEX #A16015 Golden Brown

📋 copy color: '#A16015'

red 161 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #A16015

Tints of Golden Brown #A16015

RGB

 RED value IS 161 (63.28% from 255) = 57.91%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 57.91%
G = 34.53%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A16015 (or 0xA16015) is known color: Golden Brown. HEX triplet: A1, 60 and 15. RGB value is (161,96,21). Sum of RGB (Red+Green+Blue) = 161+96+21=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A16015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16015 is #5E9FEA. Grayscale: #6B6B6B. Windows color (decimal): -6201323 or 1400993. OLE color: 1400993.

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

Color convert

RGB 161 96 21 -
CMYK 0 0.40 0.87 0.37
HSL 32.14º 0.77% 0.36% -
HSV(B) 32.14º 0.87% 0.63% -
XYZ 19.02 16 2.79 -
YUV 106.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 161 96 21 0 0.40 0.87 0.37 32.14 0.77 0.36
Hex A1 60 15 0 28 57 25 20 4D 24
Octal 241 140 25 0 50 127 45 40 115 44
Binary 10100001 1100000 10101 0 101000 1010111 100101 100000 1001101 100100

Color Harmonies of #A16015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16015

Black with #A16015

Text Example


Text Example

White with #A16015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16015; }

 p { color: rgb(161,96,21); }

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

background-color css

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

 a { background-color: rgb(161,96,21); }

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

border-color css

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

 span { border-color: rgb(161,96,21); }

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