Html Css Color HEX #A66372 Turkish Rose

📋 copy color: '#A66372'

red 166 ◦ green 99 ◦ blue 114

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

Shades of Turkish Rose #A66372

Tints of Turkish Rose #A66372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 43.8%
G = 26.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A66372 (or 0xA66372) is known color: Turkish Rose. HEX triplet: A6, 63 and 72. RGB value is (166,99,114). Sum of RGB (Red+Green+Blue) = 166+99+114=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A66372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66372 is #599C8D. Grayscale: #787878. Windows color (decimal): -5872782 or 7496614. OLE color: 7496614.

HSL color Cylindrical-coordinate representation of color #A66372: hue angle of 346.57º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66372 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 114 -
CMYK 0 0.40 0.31 0.35
HSL 346.57º 0.27% 0.52% -
HSV(B) 346.57º 0.4% 0.65% -
XYZ 23.22 18.25 18.22 -
YUV 120.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 166 99 114 0 0.40 0.31 0.35 346.57 0.27 0.52
Hex A6 63 72 0 28 1F 23 15B 1B 34
Octal 246 143 162 0 50 37 43 533 33 64
Binary 10100110 1100011 1110010 0 101000 11111 100011 101011011 11011 110100

Color Harmonies of #A66372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66372

Black with #A66372

Text Example


Text Example

White with #A66372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66372; }

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

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

background-color css

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

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

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

border-color css

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

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

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