Html Css Color HEX #A2676E Turkish Rose

📋 copy color: '#A2676E'

red 162 ◦ green 103 ◦ blue 110

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

Shades of Turkish Rose #A2676E

Tints of Turkish Rose #A2676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 43.2%
G = 27.47%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2676E (or 0xA2676E) is known color: Turkish Rose. HEX triplet: A2, 67 and 6E. RGB value is (162,103,110). Sum of RGB (Red+Green+Blue) = 162+103+110=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676E is #5D9891. Grayscale: #797979. Windows color (decimal): -6133906 or 7235490. OLE color: 7235490.

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

Color convert

RGB 162 103 110 -
CMYK 0 0.36 0.32 0.36
HSL 352.88º 0.24% 0.52% -
HSV(B) 352.88º 0.36% 0.64% -
XYZ 22.57 18.51 17.13 -
YUV 121.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 162 103 110 0 0.36 0.32 0.36 352.88 0.24 0.52
Hex A2 67 6E 0 24 20 24 161 18 34
Octal 242 147 156 0 44 40 44 541 30 64
Binary 10100010 1100111 1101110 0 100100 100000 100100 101100001 11000 110100

Color Harmonies of #A2676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2676E

Black with #A2676E

Text Example


Text Example

White with #A2676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2676E; }

 p { color: rgb(162,103,110); }

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

background-color css

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

 a { background-color: rgb(162,103,110); }

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

border-color css

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

 span { border-color: rgb(162,103,110); }

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