Html Css Color HEX #A16618 Golden Brown

📋 copy color: '#A16618'

red 161 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #A16618

Tints of Golden Brown #A16618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 56.1%
G = 35.54%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A16618 (or 0xA16618) is known color: Golden Brown. HEX triplet: A1, 66 and 18. RGB value is (161,102,24). Sum of RGB (Red+Green+Blue) = 161+102+24=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A16618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16618 is #5E99E7. Grayscale: #6F6F6F. Windows color (decimal): -6199784 or 1599137. OLE color: 1599137.

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

Color convert

RGB 161 102 24 -
CMYK 0 0.37 0.85 0.37
HSL 34.16º 0.74% 0.36% -
HSV(B) 34.16º 0.85% 0.63% -
XYZ 19.61 17.15 3.14 -
YUV 110.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 161 102 24 0 0.37 0.85 0.37 34.16 0.74 0.36
Hex A1 66 18 0 25 55 25 22 4A 24
Octal 241 146 30 0 45 125 45 42 112 44
Binary 10100001 1100110 11000 0 100101 1010101 100101 100010 1001010 100100

Color Harmonies of #A16618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16618

Black with #A16618

Text Example


Text Example

White with #A16618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16618; }

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

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

background-color css

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

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

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

border-color css

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

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

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