Html Css Color HEX #A83467 Rouge

📋 copy color: '#A83467'

red 168 ◦ green 52 ◦ blue 103

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

Shades of Rouge #A83467

Tints of Rouge #A83467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 52.01%
G = 16.1%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A83467 (or 0xA83467) is known color: Rouge. HEX triplet: A8, 34 and 67. RGB value is (168,52,103). Sum of RGB (Red+Green+Blue) = 168+52+103=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A83467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83467 is #57CB98. Grayscale: #5C5C5C. Windows color (decimal): -5753753 or 6763688. OLE color: 6763688.

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

Color convert

RGB 168 52 103 -
CMYK 0 0.69 0.39 0.34
HSL 333.62º 0.53% 0.43% -
HSV(B) 333.62º 0.69% 0.66% -
XYZ 19.82 11.76 14.06 -
YUV 92.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 168 52 103 0 0.69 0.39 0.34 333.62 0.53 0.43
Hex A8 34 67 0 45 27 22 14E 35 2B
Octal 250 64 147 0 105 47 42 516 65 53
Binary 10101000 110100 1100111 0 1000101 100111 100010 101001110 110101 101011

Color Harmonies of #A83467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83467

Black with #A83467

Text Example


Text Example

White with #A83467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83467; }

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

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

background-color css

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

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

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

border-color css

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

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

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