Html Css Color HEX #A06B75 Turkish Rose

📋 copy color: '#A06B75'

red 160 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #A06B75

Tints of Turkish Rose #A06B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 41.67%
G = 27.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A06B75 (or 0xA06B75) is known color: Turkish Rose. HEX triplet: A0, 6B and 75. RGB value is (160,107,117). Sum of RGB (Red+Green+Blue) = 160+107+117=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B75 is #5F948A. Grayscale: #7C7C7C. Windows color (decimal): -6263947 or 7695264. OLE color: 7695264.

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

Color convert

RGB 160 107 117 -
CMYK 0 0.33 0.27 0.37
HSL 348.68º 0.22% 0.52% -
HSV(B) 348.68º 0.33% 0.63% -
XYZ 22.97 19.27 19.34 -
YUV 123.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 160 107 117 0 0.33 0.27 0.37 348.68 0.22 0.52
Hex A0 6B 75 0 21 1B 25 15D 16 34
Octal 240 153 165 0 41 33 45 535 26 64
Binary 10100000 1101011 1110101 0 100001 11011 100101 101011101 10110 110100

Color Harmonies of #A06B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B75

Black with #A06B75

Text Example


Text Example

White with #A06B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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