Html Css Color HEX #AC8082 Turkish Rose

📋 copy color: '#AC8082'

red 172 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #AC8082

Tints of Turkish Rose #AC8082

RGB

 RED value IS 172 (67.58% from 255) = 40%

 GREEN value IS 128 (50.39% from 255) = 29.77%

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

R = 40%
G = 29.77%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8082 (or 0xAC8082) is known color: Turkish Rose. HEX triplet: AC, 80 and 82. RGB value is (172,128,130). Sum of RGB (Red+Green+Blue) = 172+128+130=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8082 is #537F7D. Grayscale: #8D8D8D. Windows color (decimal): -5472126 or 8552620. OLE color: 8552620.

HSL color Cylindrical-coordinate representation of color #AC8082: hue angle of 357.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8082 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 130 -
CMYK 0 0.26 0.24 0.33
HSL 357.27º 0.21% 0.59% -
HSV(B) 357.27º 0.26% 0.67% -
XYZ 28.76 25.82 24.59 -
YUV 141.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 172 128 130 0 0.26 0.24 0.33 357.27 0.21 0.59
Hex AC 80 82 0 1A 18 21 165 15 3B
Octal 254 200 202 0 32 30 41 545 25 73
Binary 10101100 10000000 10000010 0 11010 11000 100001 101100101 10101 111011

Color Harmonies of #AC8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8082

Black with #AC8082

Text Example


Text Example

White with #AC8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8082; }

 p { color: rgb(172,128,130); }

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

background-color css

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

 a { background-color: rgb(172,128,130); }

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

border-color css

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

 span { border-color: rgb(172,128,130); }

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