Html Css Color HEX #AF492E Rose Of Sharon

📋 copy color: '#AF492E'

red 175 ◦ green 73 ◦ blue 46

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

Shades of Rose Of Sharon #AF492E

Tints of Rose Of Sharon #AF492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 59.52%
G = 24.83%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF492E (or 0xAF492E) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 2E. RGB value is (175,73,46). Sum of RGB (Red+Green+Blue) = 175+73+46=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF492E is #50B6D1. Grayscale: #646464. Windows color (decimal): -5289682 or 3033519. OLE color: 3033519.

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

Color convert

RGB 175 73 46 -
CMYK 0 0.58 0.74 0.31
HSL 12.56º 0.58% 0.43% -
HSV(B) 12.56º 0.74% 0.69% -
XYZ 20.55 14.08 4.22 -
YUV 100.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 175 73 46 0 0.58 0.74 0.31 12.56 0.58 0.43
Hex AF 49 2E 0 3A 4A 1F D 3A 2B
Octal 257 111 56 0 72 112 37 15 72 53
Binary 10101111 1001001 101110 0 111010 1001010 11111 1101 111010 101011

Color Harmonies of #AF492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF492E

Black with #AF492E

Text Example


Text Example

White with #AF492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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