Html Css Color HEX #A16C1C Golden Brown

📋 copy color: '#A16C1C'

red 161 ◦ green 108 ◦ blue 28

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

Shades of Golden Brown #A16C1C

Tints of Golden Brown #A16C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 54.21%
G = 36.36%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A16C1C (or 0xA16C1C) is known color: Golden Brown. HEX triplet: A1, 6C and 1C. RGB value is (161,108,28). Sum of RGB (Red+Green+Blue) = 161+108+28=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C1C is #5E93E3. Grayscale: #737373. Windows color (decimal): -6198244 or 1862817. OLE color: 1862817.

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

Color convert

RGB 161 108 28 -
CMYK 0 0.33 0.83 0.37
HSL 36.09º 0.7% 0.37% -
HSV(B) 36.09º 0.83% 0.63% -
XYZ 20.27 18.39 3.58 -
YUV 114.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 161 108 28 0 0.33 0.83 0.37 36.09 0.7 0.37
Hex A1 6C 1C 0 21 53 25 24 46 25
Octal 241 154 34 0 41 123 45 44 106 45
Binary 10100001 1101100 11100 0 100001 1010011 100101 100100 1000110 100101

Color Harmonies of #A16C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16C1C

Black with #A16C1C

Text Example


Text Example

White with #A16C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16C1C; }

 p { color: rgb(161,108,28); }

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

background-color css

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

 a { background-color: rgb(161,108,28); }

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

border-color css

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

 span { border-color: rgb(161,108,28); }

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