Html Css Color HEX #A84B6B Rouge

📋 copy color: '#A84B6B'

red 168 ◦ green 75 ◦ blue 107

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

Shades of Rouge #A84B6B

Tints of Rouge #A84B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 48%
G = 21.43%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A84B6B (or 0xA84B6B) is known color: Rouge. HEX triplet: A8, 4B and 6B. RGB value is (168,75,107). Sum of RGB (Red+Green+Blue) = 168+75+107=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B6B is #57B494. Grayscale: #6A6A6A. Windows color (decimal): -5747861 or 7031720. OLE color: 7031720.

HSL color Cylindrical-coordinate representation of color #A84B6B: hue angle of 339.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B6B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 75 107 -
CMYK 0 0.55 0.36 0.34
HSL 339.35º 0.38% 0.48% -
HSV(B) 339.35º 0.55% 0.66% -
XYZ 21.32 14.42 15.57 -
YUV 106.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 168 75 107 0 0.55 0.36 0.34 339.35 0.38 0.48
Hex A8 4B 6B 0 37 24 22 153 26 30
Octal 250 113 153 0 67 44 42 523 46 60
Binary 10101000 1001011 1101011 0 110111 100100 100010 101010011 100110 110000

Color Harmonies of #A84B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B6B

Black with #A84B6B

Text Example


Text Example

White with #A84B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B6B; }

 p { color: rgb(168,75,107); }

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

background-color css

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

 a { background-color: rgb(168,75,107); }

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

border-color css

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

 span { border-color: rgb(168,75,107); }

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