Html Css Color HEX #A96010 Golden Brown

📋 copy color: '#A96010'

red 169 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #A96010

Tints of Golden Brown #A96010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 60.14%
G = 34.16%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A96010 (or 0xA96010) is known color: Golden Brown. HEX triplet: A9, 60 and 10. RGB value is (169,96,16). Sum of RGB (Red+Green+Blue) = 169+96+16=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A96010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96010 is #569FEF. Grayscale: #6D6D6D. Windows color (decimal): -5677040 or 1073321. OLE color: 1073321.

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

Color convert

RGB 169 96 16 -
CMYK 0 0.43 0.91 0.34
HSL 31.37º 0.83% 0.36% -
HSV(B) 31.37º 0.91% 0.66% -
XYZ 20.64 16.84 2.65 -
YUV 108.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 169 96 16 0 0.43 0.91 0.34 31.37 0.83 0.36
Hex A9 60 10 0 2B 5B 22 1F 53 24
Octal 251 140 20 0 53 133 42 37 123 44
Binary 10101001 1100000 10000 0 101011 1011011 100010 11111 1010011 100100

Color Harmonies of #A96010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96010

Black with #A96010

Text Example


Text Example

White with #A96010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96010; }

 p { color: rgb(169,96,16); }

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

background-color css

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

 a { background-color: rgb(169,96,16); }

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

border-color css

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

 span { border-color: rgb(169,96,16); }

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