Html Css Color HEX #AF472C Rose Of Sharon

📋 copy color: '#AF472C'

red 175 ◦ green 71 ◦ blue 44

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

Shades of Rose Of Sharon #AF472C

Tints of Rose Of Sharon #AF472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 60.34%
G = 24.48%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF472C (or 0xAF472C) is known color: Rose Of Sharon. HEX triplet: AF, 47 and 2C. RGB value is (175,71,44). Sum of RGB (Red+Green+Blue) = 175+71+44=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF472C is #50B8D3. Grayscale: #636363. Windows color (decimal): -5290196 or 2901935. OLE color: 2901935.

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

Color convert

RGB 175 71 44 -
CMYK 0 0.59 0.75 0.31
HSL 12.37º 0.6% 0.43% -
HSV(B) 12.37º 0.75% 0.69% -
XYZ 20.39 13.8 3.97 -
YUV 99.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 175 71 44 0 0.59 0.75 0.31 12.37 0.6 0.43
Hex AF 47 2C 0 3B 4B 1F C 3C 2B
Octal 257 107 54 0 73 113 37 14 74 53
Binary 10101111 1000111 101100 0 111011 1001011 11111 1100 111100 101011

Color Harmonies of #AF472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF472C

Black with #AF472C

Text Example


Text Example

White with #AF472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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