Html Css Color HEX #A16018 Golden Brown

📋 copy color: '#A16018'

red 161 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #A16018

Tints of Golden Brown #A16018

RGB

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

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

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

R = 57.3%
G = 34.16%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A16018 (or 0xA16018) is known color: Golden Brown. HEX triplet: A1, 60 and 18. RGB value is (161,96,24). Sum of RGB (Red+Green+Blue) = 161+96+24=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A16018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16018 is #5E9FE7. Grayscale: #6B6B6B. Windows color (decimal): -6201320 or 1597601. OLE color: 1597601.

HSL color Cylindrical-coordinate representation of color #A16018: hue angle of 31.53º 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 #A16018 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 24 -
CMYK 0 0.40 0.85 0.37
HSL 31.53º 0.74% 0.36% -
HSV(B) 31.53º 0.85% 0.63% -
XYZ 19.05 16.01 2.95 -
YUV 107.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 161 96 24 0 0.40 0.85 0.37 31.53 0.74 0.36
Hex A1 60 18 0 28 55 25 20 4A 24
Octal 241 140 30 0 50 125 45 40 112 44
Binary 10100001 1100000 11000 0 101000 1010101 100101 100000 1001010 100100

Color Harmonies of #A16018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16018

Black with #A16018

Text Example


Text Example

White with #A16018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16018; }

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

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

background-color css

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

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

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

border-color css

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

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

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