Html Css Color HEX #AF492F Rose Of Sharon

📋 copy color: '#AF492F'

red 175 ◦ green 73 ◦ blue 47

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

Shades of Rose Of Sharon #AF492F

Tints of Rose Of Sharon #AF492F

RGB

 RED value IS 175 (68.75% from 255) = 59.32%

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 59.32%
G = 24.75%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF492F (or 0xAF492F) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 2F. RGB value is (175,73,47). Sum of RGB (Red+Green+Blue) = 175+73+47=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF492F is #50B6D0. Grayscale: #646464. Windows color (decimal): -5289681 or 3099055. OLE color: 3099055.

HSL color Cylindrical-coordinate representation of color #AF492F: hue angle of 12.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF492F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 47 -
CMYK 0 0.58 0.73 0.31
HSL 12.19º 0.58% 0.44% -
HSV(B) 12.19º 0.73% 0.69% -
XYZ 20.57 14.08 4.32 -
YUV 100.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 175 73 47 0 0.58 0.73 0.31 12.19 0.58 0.44
Hex AF 49 2F 0 3A 49 1F C 3A 2C
Octal 257 111 57 0 72 111 37 14 72 54
Binary 10101111 1001001 101111 0 111010 1001001 11111 1100 111010 101100

Color Harmonies of #AF492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF492F

Black with #AF492F

Text Example


Text Example

White with #AF492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF492F; }

 p { color: rgb(175,73,47); }

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

background-color css

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

 a { background-color: rgb(175,73,47); }

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

border-color css

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

 span { border-color: rgb(175,73,47); }

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