Html Css Color HEX #A16508 Golden Brown

📋 copy color: '#A16508'

red 161 ◦ green 101 ◦ blue 8

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

Shades of Golden Brown #A16508

Tints of Golden Brown #A16508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 59.63%
G = 37.41%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A16508 (or 0xA16508) is known color: Golden Brown. HEX triplet: A1, 65 and 08. RGB value is (161,101,8). Sum of RGB (Red+Green+Blue) = 161+101+8=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A16508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16508 is #5E9AF7. Grayscale: #6C6C6C. Windows color (decimal): -6200056 or 550305. OLE color: 550305.

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

Color convert

RGB 161 101 8 -
CMYK 0 0.37 0.95 0.37
HSL 36.47º 0.91% 0.33% -
HSV(B) 36.47º 0.95% 0.63% -
XYZ 19.4 16.9 2.47 -
YUV 108.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 161 101 8 0 0.37 0.95 0.37 36.47 0.91 0.33
Hex A1 65 8 0 25 5F 25 24 5B 21
Octal 241 145 10 0 45 137 45 44 133 41
Binary 10100001 1100101 1000 0 100101 1011111 100101 100100 1011011 100001

Color Harmonies of #A16508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16508

Black with #A16508

Text Example


Text Example

White with #A16508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16508; }

 p { color: rgb(161,101,8); }

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

background-color css

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

 a { background-color: rgb(161,101,8); }

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

border-color css

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

 span { border-color: rgb(161,101,8); }

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