Html Css Color HEX #A26375 Turkish Rose

📋 copy color: '#A26375'

red 162 ◦ green 99 ◦ blue 117

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

Shades of Turkish Rose #A26375

Tints of Turkish Rose #A26375

RGB

 RED value IS 162 (63.67% from 255) = 42.86%

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 42.86%
G = 26.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A26375 (or 0xA26375) is known color: Turkish Rose. HEX triplet: A2, 63 and 75. RGB value is (162,99,117). Sum of RGB (Red+Green+Blue) = 162+99+117=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26375 is #5D9C8A. Grayscale: #777777. Windows color (decimal): -6134923 or 7693218. OLE color: 7693218.

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

Color convert

RGB 162 99 117 -
CMYK 0 0.39 0.28 0.36
HSL 342.86º 0.25% 0.51% -
HSV(B) 342.86º 0.39% 0.64% -
XYZ 22.57 17.89 19.09 -
YUV 119.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 162 99 117 0 0.39 0.28 0.36 342.86 0.25 0.51
Hex A2 63 75 0 27 1C 24 157 19 33
Octal 242 143 165 0 47 34 44 527 31 63
Binary 10100010 1100011 1110101 0 100111 11100 100100 101010111 11001 110011

Color Harmonies of #A26375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26375

Black with #A26375

Text Example


Text Example

White with #A26375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26375; }

 p { color: rgb(162,99,117); }

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

background-color css

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

 a { background-color: rgb(162,99,117); }

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

border-color css

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

 span { border-color: rgb(162,99,117); }

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