Html Css Color HEX #A66338 Desert

📋 copy color: '#A66338'

red 166 ◦ green 99 ◦ blue 56

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

Shades of Desert #A66338

Tints of Desert #A66338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 51.71%
G = 30.84%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A66338 (or 0xA66338) is known color: Desert. HEX triplet: A6, 63 and 38. RGB value is (166,99,56). Sum of RGB (Red+Green+Blue) = 166+99+56=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A66338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66338 is #599CC7. Grayscale: #727272. Windows color (decimal): -5872840 or 3695526. OLE color: 3695526.

HSL color Cylindrical-coordinate representation of color #A66338: hue angle of 23.45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A66338 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 56 -
CMYK 0 0.40 0.66 0.35
HSL 23.45º 0.5% 0.44% -
HSV(B) 23.45º 0.66% 0.65% -
XYZ 20.9 17.32 5.98 -
YUV 114.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 166 99 56 0 0.40 0.66 0.35 23.45 0.5 0.44
Hex A6 63 38 0 28 42 23 17 32 2C
Octal 246 143 70 0 50 102 43 27 62 54
Binary 10100110 1100011 111000 0 101000 1000010 100011 10111 110010 101100

Color Harmonies of #A66338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66338

Black with #A66338

Text Example


Text Example

White with #A66338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66338; }

 p { color: rgb(166,99,56); }

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

background-color css

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

 a { background-color: rgb(166,99,56); }

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

border-color css

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

 span { border-color: rgb(166,99,56); }

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