Html Css Color HEX #A16919 Golden Brown

📋 copy color: '#A16919'

red 161 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #A16919

Tints of Golden Brown #A16919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 55.33%
G = 36.08%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A16919 (or 0xA16919) is known color: Golden Brown. HEX triplet: A1, 69 and 19. RGB value is (161,105,25). Sum of RGB (Red+Green+Blue) = 161+105+25=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A16919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16919 is #5E96E6. Grayscale: #717171. Windows color (decimal): -6199015 or 1665441. OLE color: 1665441.

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

Color convert

RGB 161 105 25 -
CMYK 0 0.35 0.84 0.37
HSL 35.29º 0.73% 0.36% -
HSV(B) 35.29º 0.84% 0.63% -
XYZ 19.92 17.75 3.3 -
YUV 112.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 161 105 25 0 0.35 0.84 0.37 35.29 0.73 0.36
Hex A1 69 19 0 23 54 25 23 49 24
Octal 241 151 31 0 43 124 45 43 111 44
Binary 10100001 1101001 11001 0 100011 1010100 100101 100011 1001001 100100

Color Harmonies of #A16919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16919

Black with #A16919

Text Example


Text Example

White with #A16919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16919; }

 p { color: rgb(161,105,25); }

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

background-color css

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

 a { background-color: rgb(161,105,25); }

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

border-color css

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

 span { border-color: rgb(161,105,25); }

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