Html Css Color HEX #A4426B Rouge

📋 copy color: '#A4426B'

red 164 ◦ green 66 ◦ blue 107

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

Shades of Rouge #A4426B

Tints of Rouge #A4426B

RGB

 RED value IS 164 (64.45% from 255) = 48.66%

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 48.66%
G = 19.58%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4426B (or 0xA4426B) is known color: Rouge. HEX triplet: A4, 42 and 6B. RGB value is (164,66,107). Sum of RGB (Red+Green+Blue) = 164+66+107=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426B is #5BBD94. Grayscale: #636363. Windows color (decimal): -6012309 or 7029412. OLE color: 7029412.

HSL color Cylindrical-coordinate representation of color #A4426B: hue angle of 334.9º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4426B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 107 -
CMYK 0 0.60 0.35 0.36
HSL 334.9º 0.43% 0.45% -
HSV(B) 334.9º 0.6% 0.64% -
XYZ 19.91 12.85 15.34 -
YUV 99.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 164 66 107 0 0.60 0.35 0.36 334.9 0.43 0.45
Hex A4 42 6B 0 3C 23 24 14F 2B 2D
Octal 244 102 153 0 74 43 44 517 53 55
Binary 10100100 1000010 1101011 0 111100 100011 100100 101001111 101011 101101

Color Harmonies of #A4426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4426B

Black with #A4426B

Text Example


Text Example

White with #A4426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4426B; }

 p { color: rgb(164,66,107); }

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

background-color css

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

 a { background-color: rgb(164,66,107); }

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

border-color css

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

 span { border-color: rgb(164,66,107); }

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