Html Css Color HEX #A83268 Rouge

📋 copy color: '#A83268'

red 168 ◦ green 50 ◦ blue 104

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

Shades of Rouge #A83268

Tints of Rouge #A83268

RGB

 RED value IS 168 (66.02% from 255) = 52.17%

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 52.17%
G = 15.53%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83268 (or 0xA83268) is known color: Rouge. HEX triplet: A8, 32 and 68. RGB value is (168,50,104). Sum of RGB (Red+Green+Blue) = 168+50+104=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A83268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83268 is #57CD97. Grayscale: #5B5B5B. Windows color (decimal): -5754264 or 6828712. OLE color: 6828712.

HSL color Cylindrical-coordinate representation of color #A83268: hue angle of 332.54º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83268 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 104 -
CMYK 0 0.70 0.38 0.34
HSL 332.54º 0.54% 0.43% -
HSV(B) 332.54º 0.7% 0.66% -
XYZ 19.79 11.61 14.29 -
YUV 91.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 168 50 104 0 0.70 0.38 0.34 332.54 0.54 0.43
Hex A8 32 68 0 46 26 22 14D 36 2B
Octal 250 62 150 0 106 46 42 515 66 53
Binary 10101000 110010 1101000 0 1000110 100110 100010 101001101 110110 101011

Color Harmonies of #A83268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83268

Black with #A83268

Text Example


Text Example

White with #A83268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83268; }

 p { color: rgb(168,50,104); }

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

background-color css

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

 a { background-color: rgb(168,50,104); }

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

border-color css

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

 span { border-color: rgb(168,50,104); }

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