Html Css Color HEX #A83C67 Rouge

📋 copy color: '#A83C67'

red 168 ◦ green 60 ◦ blue 103

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

Shades of Rouge #A83C67

Tints of Rouge #A83C67

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 50.76%
G = 18.13%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A83C67 (or 0xA83C67) is known color: Rouge. HEX triplet: A8, 3C and 67. RGB value is (168,60,103). Sum of RGB (Red+Green+Blue) = 168+60+103=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83C67 is #57C398. Grayscale: #616161. Windows color (decimal): -5751705 or 6765736. OLE color: 6765736.

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

Color convert

RGB 168 60 103 -
CMYK 0 0.64 0.39 0.34
HSL 336.11º 0.47% 0.45% -
HSV(B) 336.11º 0.64% 0.66% -
XYZ 20.21 12.54 14.19 -
YUV 97.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 168 60 103 0 0.64 0.39 0.34 336.11 0.47 0.45
Hex A8 3C 67 0 40 27 22 150 2F 2D
Octal 250 74 147 0 100 47 42 520 57 55
Binary 10101000 111100 1100111 0 1000000 100111 100010 101010000 101111 101101

Color Harmonies of #A83C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C67

Black with #A83C67

Text Example


Text Example

White with #A83C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C67; }

 p { color: rgb(168,60,103); }

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

background-color css

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

 a { background-color: rgb(168,60,103); }

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

border-color css

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

 span { border-color: rgb(168,60,103); }

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