Html Css Color HEX #A06B6E Turkish Rose

📋 copy color: '#A06B6E'

red 160 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #A06B6E

Tints of Turkish Rose #A06B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 42.44%
G = 28.38%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A06B6E (or 0xA06B6E) is known color: Turkish Rose. HEX triplet: A0, 6B and 6E. RGB value is (160,107,110). Sum of RGB (Red+Green+Blue) = 160+107+110=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B6E is #5F9491. Grayscale: #7B7B7B. Windows color (decimal): -6263954 or 7236512. OLE color: 7236512.

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

Color convert

RGB 160 107 110 -
CMYK 0 0.33 0.31 0.37
HSL 356.6º 0.22% 0.52% -
HSV(B) 356.6º 0.33% 0.63% -
XYZ 22.57 19.11 17.25 -
YUV 123.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 160 107 110 0 0.33 0.31 0.37 356.6 0.22 0.52
Hex A0 6B 6E 0 21 1F 25 165 16 34
Octal 240 153 156 0 41 37 45 545 26 64
Binary 10100000 1101011 1101110 0 100001 11111 100101 101100101 10110 110100

Color Harmonies of #A06B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B6E

Black with #A06B6E

Text Example


Text Example

White with #A06B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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