Html Css Color HEX #A84367 Rouge

📋 copy color: '#A84367'

red 168 ◦ green 67 ◦ blue 103

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

Shades of Rouge #A84367

Tints of Rouge #A84367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 49.7%
G = 19.82%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A84367 (or 0xA84367) is known color: Rouge. HEX triplet: A8, 43 and 67. RGB value is (168,67,103). Sum of RGB (Red+Green+Blue) = 168+67+103=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84367 is #57BC98. Grayscale: #656565. Windows color (decimal): -5749913 or 6767528. OLE color: 6767528.

HSL color Cylindrical-coordinate representation of color #A84367: hue angle of 338.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84367 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 103 -
CMYK 0 0.60 0.39 0.34
HSL 338.61º 0.43% 0.46% -
HSV(B) 338.61º 0.6% 0.66% -
XYZ 20.6 13.32 14.32 -
YUV 101.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 168 67 103 0 0.60 0.39 0.34 338.61 0.43 0.46
Hex A8 43 67 0 3C 27 22 153 2B 2E
Octal 250 103 147 0 74 47 42 523 53 56
Binary 10101000 1000011 1100111 0 111100 100111 100010 101010011 101011 101110

Color Harmonies of #A84367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84367

Black with #A84367

Text Example


Text Example

White with #A84367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84367; }

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

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

background-color css

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

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

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

border-color css

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

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

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