Html Css Color HEX #A2676D Turkish Rose

📋 copy color: '#A2676D'

red 162 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #A2676D

Tints of Turkish Rose #A2676D

RGB

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

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

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

R = 43.32%
G = 27.54%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2676D (or 0xA2676D) is known color: Turkish Rose. HEX triplet: A2, 67 and 6D. RGB value is (162,103,109). Sum of RGB (Red+Green+Blue) = 162+103+109=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676D is #5D9892. Grayscale: #797979. Windows color (decimal): -6133907 or 7169954. OLE color: 7169954.

HSL color Cylindrical-coordinate representation of color #A2676D: hue angle of 353.9º 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 #A2676D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 109 -
CMYK 0 0.36 0.33 0.36
HSL 353.9º 0.24% 0.52% -
HSV(B) 353.9º 0.36% 0.64% -
XYZ 22.51 18.49 16.85 -
YUV 121.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 162 103 109 0 0.36 0.33 0.36 353.9 0.24 0.52
Hex A2 67 6D 0 24 21 24 162 18 34
Octal 242 147 155 0 44 41 44 542 30 64
Binary 10100010 1100111 1101101 0 100100 100001 100100 101100010 11000 110100

Color Harmonies of #A2676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2676D

Black with #A2676D

Text Example


Text Example

White with #A2676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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