Html Css Color HEX #A96102 Golden Brown

📋 copy color: '#A96102'

red 169 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #A96102

Tints of Golden Brown #A96102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 63.06%
G = 36.19%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A96102 (or 0xA96102) is known color: Golden Brown. HEX triplet: A9, 61 and 02. RGB value is (169,97,2). Sum of RGB (Red+Green+Blue) = 169+97+2=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A96102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96102 is #569EFD. Grayscale: #6C6C6C. Windows color (decimal): -5676798 or 156073. OLE color: 156073.

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

Color convert

RGB 169 97 2 -
CMYK 0 0.43 0.99 0.34
HSL 34.13º 0.98% 0.34% -
HSV(B) 34.13º 0.99% 0.66% -
XYZ 20.65 16.99 2.25 -
YUV 107.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 169 97 2 0 0.43 0.99 0.34 34.13 0.98 0.34
Hex A9 61 2 0 2B 63 22 22 62 22
Octal 251 141 2 0 53 143 42 42 142 42
Binary 10101001 1100001 10 0 101011 1100011 100010 100010 1100010 100010

Color Harmonies of #A96102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96102

Black with #A96102

Text Example


Text Example

White with #A96102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96102; }

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

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

background-color css

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

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

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

border-color css

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

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

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