Html Css Color HEX #A67D83 Turkish Rose

📋 copy color: '#A67D83'

red 166 ◦ green 125 ◦ blue 131

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

Shades of Turkish Rose #A67D83

Tints of Turkish Rose #A67D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.62%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 39.34%
G = 29.62%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A67D83 (or 0xA67D83) is known color: Turkish Rose. HEX triplet: A6, 7D and 83. RGB value is (166,125,131). Sum of RGB (Red+Green+Blue) = 166+125+131=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D83 is #59827C. Grayscale: #898989. Windows color (decimal): -5866109 or 8617382. OLE color: 8617382.

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

Color convert

RGB 166 125 131 -
CMYK 0 0.25 0.21 0.35
HSL 351.22º 0.19% 0.57% -
HSV(B) 351.22º 0.25% 0.65% -
XYZ 27.16 24.41 24.75 -
YUV 137.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 166 125 131 0 0.25 0.21 0.35 351.22 0.19 0.57
Hex A6 7D 83 0 19 15 23 15F 13 39
Octal 246 175 203 0 31 25 43 537 23 71
Binary 10100110 1111101 10000011 0 11001 10101 100011 101011111 10011 111001

Color Harmonies of #A67D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D83

Black with #A67D83

Text Example


Text Example

White with #A67D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D83; }

 p { color: rgb(166,125,131); }

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

background-color css

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

 a { background-color: rgb(166,125,131); }

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

border-color css

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

 span { border-color: rgb(166,125,131); }

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