Html Css Color HEX #A96012 Golden Brown

📋 copy color: '#A96012'

red 169 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #A96012

Tints of Golden Brown #A96012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 59.72%
G = 33.92%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A96012 (or 0xA96012) is known color: Golden Brown. HEX triplet: A9, 60 and 12. RGB value is (169,96,18). Sum of RGB (Red+Green+Blue) = 169+96+18=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A96012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96012 is #569FED. Grayscale: #6D6D6D. Windows color (decimal): -5677038 or 1204393. OLE color: 1204393.

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

Color convert

RGB 169 96 18 -
CMYK 0 0.43 0.89 0.34
HSL 30.99º 0.81% 0.37% -
HSV(B) 30.99º 0.89% 0.66% -
XYZ 20.65 16.84 2.73 -
YUV 108.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 169 96 18 0 0.43 0.89 0.34 30.99 0.81 0.37
Hex A9 60 12 0 2B 59 22 1F 51 25
Octal 251 140 22 0 53 131 42 37 121 45
Binary 10101001 1100000 10010 0 101011 1011001 100010 11111 1010001 100101

Color Harmonies of #A96012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96012

Black with #A96012

Text Example


Text Example

White with #A96012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96012; }

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

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

background-color css

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

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

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

border-color css

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

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

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