Html Css Color HEX #A43675 Rouge

📋 copy color: '#A43675'

red 164 ◦ green 54 ◦ blue 117

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

Shades of Rouge #A43675

Tints of Rouge #A43675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 48.96%
G = 16.12%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43675 (or 0xA43675) is known color: Rouge. HEX triplet: A4, 36 and 75. RGB value is (164,54,117). Sum of RGB (Red+Green+Blue) = 164+54+117=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A43675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43675 is #5BC98A. Grayscale: #5D5D5D. Windows color (decimal): -6015371 or 7681700. OLE color: 7681700.

HSL color Cylindrical-coordinate representation of color #A43675: hue angle of 325.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43675 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 54 117 -
CMYK 0 0.67 0.29 0.36
HSL 325.64º 0.5% 0.43% -
HSV(B) 325.64º 0.67% 0.64% -
XYZ 19.84 11.82 18.06 -
YUV 94.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 164 54 117 0 0.67 0.29 0.36 325.64 0.5 0.43
Hex A4 36 75 0 43 1D 24 146 32 2B
Octal 244 66 165 0 103 35 44 506 62 53
Binary 10100100 110110 1110101 0 1000011 11101 100100 101000110 110010 101011

Color Harmonies of #A43675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43675

Black with #A43675

Text Example


Text Example

White with #A43675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43675; }

 p { color: rgb(164,54,117); }

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

background-color css

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

 a { background-color: rgb(164,54,117); }

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

border-color css

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

 span { border-color: rgb(164,54,117); }

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