Html Css Color HEX #A16000 Golden Brown

📋 copy color: '#A16000'

red 161 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #A16000

Tints of Golden Brown #A16000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.65%
G = 37.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A16000 (or 0xA16000) is known color: Golden Brown. HEX triplet: A1, 60 and 00. RGB value is (161,96,0). Sum of RGB (Red+Green+Blue) = 161+96+0=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A16000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16000 is #5E9FFF. Grayscale: #686868. Windows color (decimal): -6201344 or 24737. OLE color: 24737.

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

Color convert

RGB 161 96 0 -
CMYK 0 0.40 1 0.37
HSL 35.78º 1% 0.32% -
HSV(B) 35.78º 1% 0.63% -
XYZ 18.88 15.94 2.08 -
YUV 104.49 69.03 168.31 -
System Red Green Blue C M Y K H S L
Decimal 161 96 0 0 0.40 1 0.37 35.78 1 0.32
Hex A1 60 0 0 28 64 25 24 64 20
Octal 241 140 0 0 50 144 45 44 144 40
Binary 10100001 1100000 0 0 101000 1100100 100101 100100 1100100 100000

Color Harmonies of #A16000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16000

Black with #A16000

Text Example


Text Example

White with #A16000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16000; }

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

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

background-color css

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

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

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

border-color css

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

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

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