Html Css Color HEX #AF492C Rose Of Sharon

📋 copy color: '#AF492C'

red 175 ◦ green 73 ◦ blue 44

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

Shades of Rose Of Sharon #AF492C

Tints of Rose Of Sharon #AF492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 59.93%
G = 25%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF492C (or 0xAF492C) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 2C. RGB value is (175,73,44). Sum of RGB (Red+Green+Blue) = 175+73+44=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF492C is #50B6D3. Grayscale: #646464. Windows color (decimal): -5289684 or 2902447. OLE color: 2902447.

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

Color convert

RGB 175 73 44 -
CMYK 0 0.58 0.75 0.31
HSL 13.28º 0.6% 0.43% -
HSV(B) 13.28º 0.75% 0.69% -
XYZ 20.52 14.06 4.02 -
YUV 100.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 175 73 44 0 0.58 0.75 0.31 13.28 0.6 0.43
Hex AF 49 2C 0 3A 4B 1F D 3C 2B
Octal 257 111 54 0 72 113 37 15 74 53
Binary 10101111 1001001 101100 0 111010 1001011 11111 1101 111100 101011

Color Harmonies of #AF492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF492C

Black with #AF492C

Text Example


Text Example

White with #AF492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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