Html Css Color HEX #AF472D Rose Of Sharon

📋 copy color: '#AF472D'

red 175 ◦ green 71 ◦ blue 45

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

Shades of Rose Of Sharon #AF472D

Tints of Rose Of Sharon #AF472D

RGB

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

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

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

R = 60.14%
G = 24.4%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF472D (or 0xAF472D) is known color: Rose Of Sharon. HEX triplet: AF, 47 and 2D. RGB value is (175,71,45). Sum of RGB (Red+Green+Blue) = 175+71+45=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF472D is #50B8D2. Grayscale: #636363. Windows color (decimal): -5290195 or 2967471. OLE color: 2967471.

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

Color convert

RGB 175 71 45 -
CMYK 0 0.59 0.74 0.31
HSL 12º 0.59% 0.43% -
HSV(B) 12º 0.74% 0.69% -
XYZ 20.41 13.81 4.07 -
YUV 99.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 175 71 45 0 0.59 0.74 0.31 12 0.59 0.43
Hex AF 47 2D 0 3B 4A 1F C 3B 2B
Octal 257 107 55 0 73 112 37 14 73 53
Binary 10101111 1000111 101101 0 111011 1001010 11111 1100 111011 101011

Color Harmonies of #AF472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF472D

Black with #AF472D

Text Example


Text Example

White with #AF472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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