Html Css Color HEX #A67F82 Turkish Rose

📋 copy color: '#A67F82'

red 166 ◦ green 127 ◦ blue 130

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

Shades of Turkish Rose #A67F82

Tints of Turkish Rose #A67F82

RGB

 RED value IS 166 (65.23% from 255) = 39.24%

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 39.24%
G = 30.02%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67F82 (or 0xA67F82) is known color: Turkish Rose. HEX triplet: A6, 7F and 82. RGB value is (166,127,130). Sum of RGB (Red+Green+Blue) = 166+127+130=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67F82 is #59807D. Grayscale: #8B8B8B. Windows color (decimal): -5865598 or 8552358. OLE color: 8552358.

HSL color Cylindrical-coordinate representation of color #A67F82: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67F82 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 130 -
CMYK 0 0.23 0.22 0.35
HSL 355.38º 0.18% 0.57% -
HSV(B) 355.38º 0.23% 0.65% -
XYZ 27.34 24.9 24.48 -
YUV 139 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 166 127 130 0 0.23 0.22 0.35 355.38 0.18 0.57
Hex A6 7F 82 0 17 16 23 163 12 39
Octal 246 177 202 0 27 26 43 543 22 71
Binary 10100110 1111111 10000010 0 10111 10110 100011 101100011 10010 111001

Color Harmonies of #A67F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F82

Black with #A67F82

Text Example


Text Example

White with #A67F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F82; }

 p { color: rgb(166,127,130); }

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

background-color css

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

 a { background-color: rgb(166,127,130); }

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

border-color css

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

 span { border-color: rgb(166,127,130); }

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