Html Css Color HEX #A66003 Golden Brown

📋 copy color: '#A66003'

red 166 ◦ green 96 ◦ blue 3

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

Shades of Golden Brown #A66003

Tints of Golden Brown #A66003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 62.64%
G = 36.23%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A66003 (or 0xA66003) is known color: Golden Brown. HEX triplet: A6, 60 and 03. RGB value is (166,96,3). Sum of RGB (Red+Green+Blue) = 166+96+3=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A66003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66003 is #599FFC. Grayscale: #6A6A6A. Windows color (decimal): -5873661 or 221350. OLE color: 221350.

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

Color convert

RGB 166 96 3 -
CMYK 0 0.42 0.98 0.35
HSL 34.23º 0.96% 0.33% -
HSV(B) 34.23º 0.98% 0.65% -
XYZ 19.93 16.48 2.22 -
YUV 106.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 166 96 3 0 0.42 0.98 0.35 34.23 0.96 0.33
Hex A6 60 3 0 2A 62 23 22 60 21
Octal 246 140 3 0 52 142 43 42 140 41
Binary 10100110 1100000 11 0 101010 1100010 100011 100010 1100000 100001

Color Harmonies of #A66003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66003

Black with #A66003

Text Example


Text Example

White with #A66003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66003; }

 p { color: rgb(166,96,3); }

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

background-color css

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

 a { background-color: rgb(166,96,3); }

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

border-color css

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

 span { border-color: rgb(166,96,3); }

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