Html Css Color HEX #A4676E Turkish Rose

📋 copy color: '#A4676E'

red 164 ◦ green 103 ◦ blue 110

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

Shades of Turkish Rose #A4676E

Tints of Turkish Rose #A4676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 43.5%
G = 27.32%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A4676E (or 0xA4676E) is known color: Turkish Rose. HEX triplet: A4, 67 and 6E. RGB value is (164,103,110). Sum of RGB (Red+Green+Blue) = 164+103+110=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4676E is #5B9891. Grayscale: #7A7A7A. Windows color (decimal): -6002834 or 7235492. OLE color: 7235492.

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

Color convert

RGB 164 103 110 -
CMYK 0 0.37 0.33 0.36
HSL 353.11º 0.25% 0.52% -
HSV(B) 353.11º 0.37% 0.64% -
XYZ 22.97 18.72 17.15 -
YUV 122.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 164 103 110 0 0.37 0.33 0.36 353.11 0.25 0.52
Hex A4 67 6E 0 25 21 24 161 19 34
Octal 244 147 156 0 45 41 44 541 31 64
Binary 10100100 1100111 1101110 0 100101 100001 100100 101100001 11001 110100

Color Harmonies of #A4676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4676E

Black with #A4676E

Text Example


Text Example

White with #A4676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4676E; }

 p { color: rgb(164,103,110); }

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

background-color css

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

 a { background-color: rgb(164,103,110); }

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

border-color css

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

 span { border-color: rgb(164,103,110); }

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