Html Css Color HEX #FFA1A0 Rose Bud

📋 copy color: '#FFA1A0'

red 255 ◦ green 161 ◦ blue 160

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

Shades of Rose Bud #FFA1A0

Tints of Rose Bud #FFA1A0

RGB

 RED value IS 255 (100% from 255) = 44.27%

 GREEN value IS 161 (63.28% from 255) = 27.95%

 BLUE value IS 160 (62.89% from 255) = 27.78%

R = 44.27%
G = 27.95%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFA1A0 (or 0xFFA1A0) is known color: Rose Bud. HEX triplet: FF, A1 and A0. RGB value is (255,161,160). Sum of RGB (Red+Green+Blue) = 255+161+160=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1A0 is #005E5F. Grayscale: #BDBDBD. Windows color (decimal): -24160 or 10527231. OLE color: 10527231.

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

Color convert

RGB 255 161 160 -
CMYK 0 0.37 0.37 0
HSL 0.63º 1% 0.81% -
HSV(B) 0.63º 0.37% 1% -
XYZ 60.33 49.29 39.59 -
YUV 188.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 255 161 160 0 0.37 0.37 0 0.63 1 0.81
Hex FF A1 A0 0 25 25 0 1 64 51
Octal 377 241 240 0 45 45 0 1 144 121
Binary 11111111 10100001 10100000 0 100101 100101 0 1 1100100 1010001

Color Harmonies of #FFA1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1A0

Black with #FFA1A0

Text Example


Text Example

White with #FFA1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1A0; }

 p { color: rgb(255,161,160); }

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

background-color css

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

 a { background-color: rgb(255,161,160); }

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

border-color css

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

 span { border-color: rgb(255,161,160); }

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