Html Css Color HEX #A06269 Turkish Rose

📋 copy color: '#A06269'

red 160 ◦ green 98 ◦ blue 105

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

Shades of Turkish Rose #A06269

Tints of Turkish Rose #A06269

RGB

 RED value IS 160 (62.89% from 255) = 44.08%

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 44.08%
G = 27%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A06269 (or 0xA06269) is known color: Turkish Rose. HEX triplet: A0, 62 and 69. RGB value is (160,98,105). Sum of RGB (Red+Green+Blue) = 160+98+105=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06269 is #5F9D96. Grayscale: #757575. Windows color (decimal): -6266263 or 6906528. OLE color: 6906528.

HSL color Cylindrical-coordinate representation of color #A06269: hue angle of 353.23º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06269 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 105 -
CMYK 0 0.39 0.34 0.37
HSL 353.23º 0.25% 0.51% -
HSV(B) 353.23º 0.39% 0.63% -
XYZ 21.41 17.23 15.56 -
YUV 117.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 160 98 105 0 0.39 0.34 0.37 353.23 0.25 0.51
Hex A0 62 69 0 27 22 25 161 19 33
Octal 240 142 151 0 47 42 45 541 31 63
Binary 10100000 1100010 1101001 0 100111 100010 100101 101100001 11001 110011

Color Harmonies of #A06269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06269

Black with #A06269

Text Example


Text Example

White with #A06269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06269; }

 p { color: rgb(160,98,105); }

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

background-color css

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

 a { background-color: rgb(160,98,105); }

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

border-color css

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

 span { border-color: rgb(160,98,105); }

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