Html Css Color HEX #A66900 Golden Brown

📋 copy color: '#A66900'

red 166 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #A66900

Tints of Golden Brown #A66900

RGB

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

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

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

R = 61.25%
G = 38.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A66900 (or 0xA66900) is known color: Golden Brown. HEX triplet: A6, 69 and 00. RGB value is (166,105,0). Sum of RGB (Red+Green+Blue) = 166+105+0=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A66900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66900 is #5996FF. Grayscale: #6F6F6F. Windows color (decimal): -5871360 or 27046. OLE color: 27046.

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

Color convert

RGB 166 105 0 -
CMYK 0 0.37 1 0.35
HSL 37.95º 1% 0.33% -
HSV(B) 37.95º 1% 0.65% -
XYZ 20.78 18.21 2.42 -
YUV 111.27 65.21 167.04 -
System Red Green Blue C M Y K H S L
Decimal 166 105 0 0 0.37 1 0.35 37.95 1 0.33
Hex A6 69 0 0 25 64 23 26 64 21
Octal 246 151 0 0 45 144 43 46 144 41
Binary 10100110 1101001 0 0 100101 1100100 100011 100110 1100100 100001

Color Harmonies of #A66900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66900

Black with #A66900

Text Example


Text Example

White with #A66900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66900; }

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

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

background-color css

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

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

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

border-color css

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

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

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