Html Css Color HEX #A96100 Golden Brown

📋 copy color: '#A96100'

red 169 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #A96100

Tints of Golden Brown #A96100

RGB

 RED value IS 169 (66.41% from 255) = 63.53%

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 63.53%
G = 36.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A96100 (or 0xA96100) is known color: Golden Brown. HEX triplet: A9, 61 and 00. RGB value is (169,97,0). Sum of RGB (Red+Green+Blue) = 169+97+0=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A96100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96100 is #569EFF. Grayscale: #6B6B6B. Windows color (decimal): -5676800 or 25001. OLE color: 25001.

HSL color Cylindrical-coordinate representation of color #A96100: hue angle of 34.44º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A96100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 0 -
CMYK 0 0.43 1 0.34
HSL 34.44º 1% 0.33% -
HSV(B) 34.44º 1% 0.66% -
XYZ 20.64 16.98 2.19 -
YUV 107.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 169 97 0 0 0.43 1 0.34 34.44 1 0.33
Hex A9 61 0 0 2B 64 22 22 64 21
Octal 251 141 0 0 53 144 42 42 144 41
Binary 10101001 1100001 0 0 101011 1100100 100010 100010 1100100 100001

Color Harmonies of #A96100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96100

Black with #A96100

Text Example


Text Example

White with #A96100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96100; }

 p { color: rgb(169,97,0); }

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

background-color css

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

 a { background-color: rgb(169,97,0); }

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

border-color css

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

 span { border-color: rgb(169,97,0); }

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