Html Css Color HEX #A66902 Golden Brown

📋 copy color: '#A66902'

red 166 ◦ green 105 ◦ blue 2

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

Shades of Golden Brown #A66902

Tints of Golden Brown #A66902

RGB

 RED value IS 166 (65.23% from 255) = 60.81%

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 60.81%
G = 38.46%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66902 (or 0xA66902) is known color: Golden Brown. HEX triplet: A6, 69 and 02. RGB value is (166,105,2). Sum of RGB (Red+Green+Blue) = 166+105+2=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A66902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66902 is #5996FD. Grayscale: #6F6F6F. Windows color (decimal): -5871358 or 158118. OLE color: 158118.

HSL color Cylindrical-coordinate representation of color #A66902: hue angle of 37.68º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A66902 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 105 2 -
CMYK 0 0.37 0.99 0.35
HSL 37.68º 0.98% 0.33% -
HSV(B) 37.68º 0.99% 0.65% -
XYZ 20.79 18.21 2.48 -
YUV 111.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 166 105 2 0 0.37 0.99 0.35 37.68 0.98 0.33
Hex A6 69 2 0 25 63 23 26 62 21
Octal 246 151 2 0 45 143 43 46 142 41
Binary 10100110 1101001 10 0 100101 1100011 100011 100110 1100010 100001

Color Harmonies of #A66902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66902

Black with #A66902

Text Example


Text Example

White with #A66902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66902; }

 p { color: rgb(166,105,2); }

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

background-color css

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

 a { background-color: rgb(166,105,2); }

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

border-color css

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

 span { border-color: rgb(166,105,2); }

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