Html Css Color HEX #A2676A Turkish Rose

📋 copy color: '#A2676A'

red 162 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #A2676A

Tints of Turkish Rose #A2676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 43.67%
G = 27.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2676A (or 0xA2676A) is known color: Turkish Rose. HEX triplet: A2, 67 and 6A. RGB value is (162,103,106). Sum of RGB (Red+Green+Blue) = 162+103+106=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676A is #5D9895. Grayscale: #797979. Windows color (decimal): -6133910 or 6973346. OLE color: 6973346.

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

Color convert

RGB 162 103 106 -
CMYK 0 0.36 0.35 0.36
HSL 356.95º 0.24% 0.52% -
HSV(B) 356.95º 0.36% 0.64% -
XYZ 22.35 18.42 16.01 -
YUV 120.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 162 103 106 0 0.36 0.35 0.36 356.95 0.24 0.52
Hex A2 67 6A 0 24 23 24 165 18 34
Octal 242 147 152 0 44 43 44 545 30 64
Binary 10100010 1100111 1101010 0 100100 100011 100100 101100101 11000 110100

Color Harmonies of #A2676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2676A

Black with #A2676A

Text Example


Text Example

White with #A2676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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