Html Css Color HEX #FFAF92 Rose Bud

📋 copy color: '#FFAF92'

red 255 ◦ green 175 ◦ blue 146

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

Shades of Rose Bud #FFAF92

Tints of Rose Bud #FFAF92

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 146 (57.42% from 255) = 25.35%

R = 44.27%
G = 30.38%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFAF92 (or 0xFFAF92) is known color: Rose Bud. HEX triplet: FF, AF and 92. RGB value is (255,175,146). Sum of RGB (Red+Green+Blue) = 255+175+146=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF92 is #00506D. Grayscale: #C3C3C3. Windows color (decimal): -20590 or 9613311. OLE color: 9613311.

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

Color convert

RGB 255 175 146 -
CMYK 0 0.31 0.43 0
HSL 15.96º 1% 0.79% -
HSV(B) 15.96º 0.43% 1% -
XYZ 61.76 54 34.36 -
YUV 195.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 255 175 146 0 0.31 0.43 0 15.96 1 0.79
Hex FF AF 92 0 1F 2B 0 10 64 4F
Octal 377 257 222 0 37 53 0 20 144 117
Binary 11111111 10101111 10010010 0 11111 101011 0 10000 1100100 1001111

Color Harmonies of #FFAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF92

Black with #FFAF92

Text Example


Text Example

White with #FFAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF92; }

 p { color: rgb(255,175,146); }

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

background-color css

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

 a { background-color: rgb(255,175,146); }

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

border-color css

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

 span { border-color: rgb(255,175,146); }

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