Html Css Color HEX #A14367 Rouge

📋 copy color: '#A14367'

red 161 ◦ green 67 ◦ blue 103

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

Shades of Rouge #A14367

Tints of Rouge #A14367

RGB

 RED value IS 161 (63.28% from 255) = 48.64%

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

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

R = 48.64%
G = 20.24%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A14367 (or 0xA14367) is known color: Rouge. HEX triplet: A1, 43 and 67. RGB value is (161,67,103). Sum of RGB (Red+Green+Blue) = 161+67+103=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14367 is #5EBC98. Grayscale: #636363. Windows color (decimal): -6208665 or 6767521. OLE color: 6767521.

HSL color Cylindrical-coordinate representation of color #A14367: hue angle of 337.02º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14367 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 103 -
CMYK 0 0.58 0.36 0.37
HSL 337.02º 0.41% 0.45% -
HSV(B) 337.02º 0.58% 0.63% -
XYZ 19.15 12.57 14.25 -
YUV 99.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 161 67 103 0 0.58 0.36 0.37 337.02 0.41 0.45
Hex A1 43 67 0 3A 24 25 151 29 2D
Octal 241 103 147 0 72 44 45 521 51 55
Binary 10100001 1000011 1100111 0 111010 100100 100101 101010001 101001 101101

Color Harmonies of #A14367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14367

Black with #A14367

Text Example


Text Example

White with #A14367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14367; }

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

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

background-color css

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

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

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

border-color css

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

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

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