Html Css Color HEX #A06B6C Turkish Rose

📋 copy color: '#A06B6C'

red 160 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #A06B6C

Tints of Turkish Rose #A06B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 42.67%
G = 28.53%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A06B6C (or 0xA06B6C) is known color: Turkish Rose. HEX triplet: A0, 6B and 6C. RGB value is (160,107,108). Sum of RGB (Red+Green+Blue) = 160+107+108=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B6C is #5F9493. Grayscale: #7B7B7B. Windows color (decimal): -6263956 or 7105440. OLE color: 7105440.

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

Color convert

RGB 160 107 108 -
CMYK 0 0.33 0.32 0.37
HSL 358.87º 0.22% 0.52% -
HSV(B) 358.87º 0.33% 0.63% -
XYZ 22.46 19.07 16.68 -
YUV 122.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 160 107 108 0 0.33 0.32 0.37 358.87 0.22 0.52
Hex A0 6B 6C 0 21 20 25 167 16 34
Octal 240 153 154 0 41 40 45 547 26 64
Binary 10100000 1101011 1101100 0 100001 100000 100101 101100111 10110 110100

Color Harmonies of #A06B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B6C

Black with #A06B6C

Text Example


Text Example

White with #A06B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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