Html Css Color HEX #A06B7D Turkish Rose

📋 copy color: '#A06B7D'

red 160 ◦ green 107 ◦ blue 125

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

Shades of Turkish Rose #A06B7D

Tints of Turkish Rose #A06B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 40.82%
G = 27.3%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A06B7D (or 0xA06B7D) is known color: Turkish Rose. HEX triplet: A0, 6B and 7D. RGB value is (160,107,125). Sum of RGB (Red+Green+Blue) = 160+107+125=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B7D is #5F9482. Grayscale: #7C7C7C. Windows color (decimal): -6263939 or 8219552. OLE color: 8219552.

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

Color convert

RGB 160 107 125 -
CMYK 0 0.33 0.22 0.37
HSL 339.62º 0.22% 0.52% -
HSV(B) 339.62º 0.33% 0.63% -
XYZ 23.46 19.47 21.92 -
YUV 124.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 160 107 125 0 0.33 0.22 0.37 339.62 0.22 0.52
Hex A0 6B 7D 0 21 16 25 154 16 34
Octal 240 153 175 0 41 26 45 524 26 64
Binary 10100000 1101011 1111101 0 100001 10110 100101 101010100 10110 110100

Color Harmonies of #A06B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B7D

Black with #A06B7D

Text Example


Text Example

White with #A06B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B7D; }

 p { color: rgb(160,107,125); }

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

background-color css

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

 a { background-color: rgb(160,107,125); }

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

border-color css

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

 span { border-color: rgb(160,107,125); }

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