Html Css Color HEX #AF492D Rose Of Sharon

📋 copy color: '#AF492D'

red 175 ◦ green 73 ◦ blue 45

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

Shades of Rose Of Sharon #AF492D

Tints of Rose Of Sharon #AF492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 59.73%
G = 24.91%
B = 15.36%

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

#AF492D (or 0xAF492D) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 2D. RGB value is (175,73,45). Sum of RGB (Red+Green+Blue) = 175+73+45=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF492D is #50B6D2. Grayscale: #646464. Windows color (decimal): -5289683 or 2967983. OLE color: 2967983.

HSL color Cylindrical-coordinate representation of color #AF492D: hue angle of 12.92º degrees, saturation: 0.59, 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 #AF492D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 45 -
CMYK 0 0.58 0.74 0.31
HSL 12.92º 0.59% 0.43% -
HSV(B) 12.92º 0.74% 0.69% -
XYZ 20.54 14.07 4.12 -
YUV 100.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 175 73 45 0 0.58 0.74 0.31 12.92 0.59 0.43
Hex AF 49 2D 0 3A 4A 1F D 3B 2B
Octal 257 111 55 0 72 112 37 15 73 53
Binary 10101111 1001001 101101 0 111010 1001010 11111 1101 111011 101011

Color Harmonies of #AF492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF492D

Black with #AF492D

Text Example


Text Example

White with #AF492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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