Html Css Color HEX #AF471E Rose Of Sharon

📋 copy color: '#AF471E'

red 175 ◦ green 71 ◦ blue 30

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

Shades of Rose Of Sharon #AF471E

Tints of Rose Of Sharon #AF471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 63.41%
G = 25.72%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF471E (or 0xAF471E) is known color: Rose Of Sharon. HEX triplet: AF, 47 and 1E. RGB value is (175,71,30). Sum of RGB (Red+Green+Blue) = 175+71+30=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF471E is #50B8E1. Grayscale: #616161. Windows color (decimal): -5290210 or 1984431. OLE color: 1984431.

HSL color Cylindrical-coordinate representation of color #AF471E: hue angle of 16.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF471E is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 30 -
CMYK 0 0.59 0.83 0.31
HSL 16.97º 0.71% 0.4% -
HSV(B) 16.97º 0.83% 0.69% -
XYZ 20.17 13.71 2.81 -
YUV 97.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 175 71 30 0 0.59 0.83 0.31 16.97 0.71 0.4
Hex AF 47 1E 0 3B 53 1F 11 47 28
Octal 257 107 36 0 73 123 37 21 107 50
Binary 10101111 1000111 11110 0 111011 1010011 11111 10001 1000111 101000

Color Harmonies of #AF471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF471E

Black with #AF471E

Text Example


Text Example

White with #AF471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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