Html Css Color HEX #A64367 Rouge

📋 copy color: '#A64367'

red 166 ◦ green 67 ◦ blue 103

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

Shades of Rouge #A64367

Tints of Rouge #A64367

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

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

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

R = 49.4%
G = 19.94%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A64367 (or 0xA64367) is known color: Rouge. HEX triplet: A6, 43 and 67. RGB value is (166,67,103). Sum of RGB (Red+Green+Blue) = 166+67+103=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A64367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64367 is #59BC98. Grayscale: #646464. Windows color (decimal): -5880985 or 6767526. OLE color: 6767526.

HSL color Cylindrical-coordinate representation of color #A64367: hue angle of 338.18º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64367 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 103 -
CMYK 0 0.60 0.38 0.35
HSL 338.18º 0.42% 0.46% -
HSV(B) 338.18º 0.6% 0.65% -
XYZ 20.18 13.1 14.3 -
YUV 100.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 166 67 103 0 0.60 0.38 0.35 338.18 0.42 0.46
Hex A6 43 67 0 3C 26 23 152 2A 2E
Octal 246 103 147 0 74 46 43 522 52 56
Binary 10100110 1000011 1100111 0 111100 100110 100011 101010010 101010 101110

Color Harmonies of #A64367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64367

Black with #A64367

Text Example


Text Example

White with #A64367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64367; }

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

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

background-color css

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

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

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

border-color css

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

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

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