Html Css Color HEX #A83F64 Rouge

📋 copy color: '#A83F64'

red 168 ◦ green 63 ◦ blue 100

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

Shades of Rouge #A83F64

Tints of Rouge #A83F64

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 50.76%
G = 19.03%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A83F64 (or 0xA83F64) is known color: Rouge. HEX triplet: A8, 3F and 64. RGB value is (168,63,100). Sum of RGB (Red+Green+Blue) = 168+63+100=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F64 is #57C09B. Grayscale: #626262. Windows color (decimal): -5750940 or 6569896. OLE color: 6569896.

HSL color Cylindrical-coordinate representation of color #A83F64: hue angle of 338.86º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F64 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 63 100 -
CMYK 0 0.63 0.40 0.34
HSL 338.86º 0.45% 0.45% -
HSV(B) 338.86º 0.63% 0.66% -
XYZ 20.23 12.8 13.46 -
YUV 98.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 168 63 100 0 0.63 0.40 0.34 338.86 0.45 0.45
Hex A8 3F 64 0 3F 28 22 153 2D 2D
Octal 250 77 144 0 77 50 42 523 55 55
Binary 10101000 111111 1100100 0 111111 101000 100010 101010011 101101 101101

Color Harmonies of #A83F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F64

Black with #A83F64

Text Example


Text Example

White with #A83F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F64; }

 p { color: rgb(168,63,100); }

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

background-color css

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

 a { background-color: rgb(168,63,100); }

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

border-color css

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

 span { border-color: rgb(168,63,100); }

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