Html Css Color HEX #A2666D Turkish Rose

📋 copy color: '#A2666D'

red 162 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #A2666D

Tints of Turkish Rose #A2666D

RGB

 RED value IS 162 (63.67% from 255) = 43.43%

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 43.43%
G = 27.35%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2666D (or 0xA2666D) is known color: Turkish Rose. HEX triplet: A2, 66 and 6D. RGB value is (162,102,109). Sum of RGB (Red+Green+Blue) = 162+102+109=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2666D is #5D9992. Grayscale: #787878. Windows color (decimal): -6134163 or 7169698. OLE color: 7169698.

HSL color Cylindrical-coordinate representation of color #A2666D: hue angle of 353º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2666D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 102 109 -
CMYK 0 0.37 0.33 0.36
HSL 353º 0.24% 0.52% -
HSV(B) 353º 0.37% 0.64% -
XYZ 22.41 18.29 16.82 -
YUV 120.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 162 102 109 0 0.37 0.33 0.36 353 0.24 0.52
Hex A2 66 6D 0 25 21 24 161 18 34
Octal 242 146 155 0 45 41 44 541 30 64
Binary 10100010 1100110 1101101 0 100101 100001 100100 101100001 11000 110100

Color Harmonies of #A2666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2666D

Black with #A2666D

Text Example


Text Example

White with #A2666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2666D; }

 p { color: rgb(162,102,109); }

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

background-color css

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

 a { background-color: rgb(162,102,109); }

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

border-color css

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

 span { border-color: rgb(162,102,109); }

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