Html Css Color HEX #A47A7B Turkish Rose

📋 copy color: '#A47A7B'

red 164 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #A47A7B

Tints of Turkish Rose #A47A7B

RGB

 RED value IS 164 (64.45% from 255) = 40.1%

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 40.1%
G = 29.83%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A47A7B (or 0xA47A7B) is known color: Turkish Rose. HEX triplet: A4, 7A and 7B. RGB value is (164,122,123). Sum of RGB (Red+Green+Blue) = 164+122+123=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A7B is #5B8584. Grayscale: #868686. Windows color (decimal): -5997957 or 8092324. OLE color: 8092324.

HSL color Cylindrical-coordinate representation of color #A47A7B: hue angle of 358.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A7B is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 123 -
CMYK 0 0.26 0.25 0.36
HSL 358.57º 0.19% 0.56% -
HSV(B) 358.57º 0.26% 0.64% -
XYZ 25.84 23.24 21.86 -
YUV 134.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 164 122 123 0 0.26 0.25 0.36 358.57 0.19 0.56
Hex A4 7A 7B 0 1A 19 24 167 13 38
Octal 244 172 173 0 32 31 44 547 23 70
Binary 10100100 1111010 1111011 0 11010 11001 100100 101100111 10011 111000

Color Harmonies of #A47A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A7B

Black with #A47A7B

Text Example


Text Example

White with #A47A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A7B; }

 p { color: rgb(164,122,123); }

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

background-color css

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

 a { background-color: rgb(164,122,123); }

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

border-color css

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

 span { border-color: rgb(164,122,123); }

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