Html Css Color HEX #A83F69 Rouge

📋 copy color: '#A83F69'

red 168 ◦ green 63 ◦ blue 105

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

Shades of Rouge #A83F69

Tints of Rouge #A83F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 50%
G = 18.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A83F69 (or 0xA83F69) is known color: Rouge. HEX triplet: A8, 3F and 69. RGB value is (168,63,105). Sum of RGB (Red+Green+Blue) = 168+63+105=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F69 is #57C096. Grayscale: #636363. Windows color (decimal): -5750935 or 6897576. OLE color: 6897576.

HSL color Cylindrical-coordinate representation of color #A83F69: hue angle of 336º 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 #A83F69 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 63 105 -
CMYK 0 0.63 0.38 0.34
HSL 336º 0.45% 0.45% -
HSV(B) 336º 0.63% 0.66% -
XYZ 20.48 12.9 14.78 -
YUV 99.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 168 63 105 0 0.63 0.38 0.34 336 0.45 0.45
Hex A8 3F 69 0 3F 26 22 150 2D 2D
Octal 250 77 151 0 77 46 42 520 55 55
Binary 10101000 111111 1101001 0 111111 100110 100010 101010000 101101 101101

Color Harmonies of #A83F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83F69

Black with #A83F69

Text Example


Text Example

White with #A83F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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