Html Css Color HEX #A16300 Golden Brown

📋 copy color: '#A16300'

red 161 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #A16300

Tints of Golden Brown #A16300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

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

R = 61.92%
G = 38.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A16300 (or 0xA16300) is known color: Golden Brown. HEX triplet: A1, 63 and 00. RGB value is (161,99,0). Sum of RGB (Red+Green+Blue) = 161+99+0=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A16300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16300 is #5E9CFF. Grayscale: #6A6A6A. Windows color (decimal): -6200576 or 25505. OLE color: 25505.

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

Color convert

RGB 161 99 0 -
CMYK 0 0.39 1 0.37
HSL 36.89º 1% 0.32% -
HSV(B) 36.89º 1% 0.63% -
XYZ 19.16 16.5 2.18 -
YUV 106.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 161 99 0 0 0.39 1 0.37 36.89 1 0.32
Hex A1 63 0 0 27 64 25 25 64 20
Octal 241 143 0 0 47 144 45 45 144 40
Binary 10100001 1100011 0 0 100111 1100100 100101 100101 1100100 100000

Color Harmonies of #A16300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16300

Black with #A16300

Text Example


Text Example

White with #A16300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16300; }

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

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

background-color css

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

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

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

border-color css

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

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

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