Html Css Color HEX #A28185 Turkish Rose

📋 copy color: '#A28185'

red 162 ◦ green 129 ◦ blue 133

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

Shades of Turkish Rose #A28185

Tints of Turkish Rose #A28185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 38.21%
G = 30.42%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A28185 (or 0xA28185) is known color: Turkish Rose. HEX triplet: A2, 81 and 85. RGB value is (162,129,133). Sum of RGB (Red+Green+Blue) = 162+129+133=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28185 is #5D7E7A. Grayscale: #8B8B8B. Windows color (decimal): -6127227 or 8749474. OLE color: 8749474.

HSL color Cylindrical-coordinate representation of color #A28185: hue angle of 352.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28185 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 133 -
CMYK 0 0.20 0.18 0.36
HSL 352.73º 0.15% 0.57% -
HSV(B) 352.73º 0.2% 0.64% -
XYZ 26.98 25.08 25.61 -
YUV 139.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 162 129 133 0 0.20 0.18 0.36 352.73 0.15 0.57
Hex A2 81 85 0 14 12 24 161 F 39
Octal 242 201 205 0 24 22 44 541 17 71
Binary 10100010 10000001 10000101 0 10100 10010 100100 101100001 1111 111001

Color Harmonies of #A28185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28185

Black with #A28185

Text Example


Text Example

White with #A28185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28185; }

 p { color: rgb(162,129,133); }

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

background-color css

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

 a { background-color: rgb(162,129,133); }

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

border-color css

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

 span { border-color: rgb(162,129,133); }

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