Html Css Color HEX #AB6067 Turkish Rose

📋 copy color: '#AB6067'

red 171 ◦ green 96 ◦ blue 103

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

Shades of Turkish Rose #AB6067

Tints of Turkish Rose #AB6067

RGB

 RED value IS 171 (67.19% from 255) = 46.22%

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 46.22%
G = 25.95%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB6067 (or 0xAB6067) is known color: Turkish Rose. HEX triplet: AB, 60 and 67. RGB value is (171,96,103). Sum of RGB (Red+Green+Blue) = 171+96+103=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6067 is #549F98. Grayscale: #777777. Windows color (decimal): -5545881 or 6774955. OLE color: 6774955.

HSL color Cylindrical-coordinate representation of color #AB6067: hue angle of 354.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6067 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 103 -
CMYK 0 0.44 0.40 0.33
HSL 354.4º 0.31% 0.52% -
HSV(B) 354.4º 0.44% 0.67% -
XYZ 23.43 18 15.07 -
YUV 119.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 171 96 103 0 0.44 0.40 0.33 354.4 0.31 0.52
Hex AB 60 67 0 2C 28 21 162 1F 34
Octal 253 140 147 0 54 50 41 542 37 64
Binary 10101011 1100000 1100111 0 101100 101000 100001 101100010 11111 110100

Color Harmonies of #AB6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6067

Black with #AB6067

Text Example


Text Example

White with #AB6067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6067; }

 p { color: rgb(171,96,103); }

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

background-color css

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

 a { background-color: rgb(171,96,103); }

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

border-color css

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

 span { border-color: rgb(171,96,103); }

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