Html Css Color HEX #A08182 Turkish Rose

📋 copy color: '#A08182'

red 160 ◦ green 129 ◦ blue 130

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

Shades of Turkish Rose #A08182

Tints of Turkish Rose #A08182

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 38.19%
G = 30.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A08182 (or 0xA08182) is known color: Turkish Rose. HEX triplet: A0, 81 and 82. RGB value is (160,129,130). Sum of RGB (Red+Green+Blue) = 160+129+130=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A08182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08182 is #5F7E7D. Grayscale: #8A8A8A. Windows color (decimal): -6258302 or 8552864. OLE color: 8552864.

HSL color Cylindrical-coordinate representation of color #A08182: hue angle of 358.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08182 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 130 -
CMYK 0 0.19 0.19 0.37
HSL 358.06º 0.14% 0.57% -
HSV(B) 358.06º 0.19% 0.63% -
XYZ 26.38 24.79 24.51 -
YUV 138.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 160 129 130 0 0.19 0.19 0.37 358.06 0.14 0.57
Hex A0 81 82 0 13 13 25 166 E 39
Octal 240 201 202 0 23 23 45 546 16 71
Binary 10100000 10000001 10000010 0 10011 10011 100101 101100110 1110 111001

Color Harmonies of #A08182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08182

Black with #A08182

Text Example


Text Example

White with #A08182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08182; }

 p { color: rgb(160,129,130); }

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

background-color css

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

 a { background-color: rgb(160,129,130); }

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

border-color css

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

 span { border-color: rgb(160,129,130); }

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