Html Css Color HEX #AF491E Rose Of Sharon

📋 copy color: '#AF491E'

red 175 ◦ green 73 ◦ blue 30

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

Shades of Rose Of Sharon #AF491E

Tints of Rose Of Sharon #AF491E

RGB

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

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

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

R = 62.95%
G = 26.26%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF491E (or 0xAF491E) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 1E. RGB value is (175,73,30). Sum of RGB (Red+Green+Blue) = 175+73+30=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF491E is #50B6E1. Grayscale: #626262. Windows color (decimal): -5289698 or 1984943. OLE color: 1984943.

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

Color convert

RGB 175 73 30 -
CMYK 0 0.58 0.83 0.31
HSL 17.79º 0.71% 0.4% -
HSV(B) 17.79º 0.83% 0.69% -
XYZ 20.3 13.97 2.86 -
YUV 98.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 175 73 30 0 0.58 0.83 0.31 17.79 0.71 0.4
Hex AF 49 1E 0 3A 53 1F 12 47 28
Octal 257 111 36 0 72 123 37 22 107 50
Binary 10101111 1001001 11110 0 111010 1010011 11111 10010 1000111 101000

Color Harmonies of #AF491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF491E

Black with #AF491E

Text Example


Text Example

White with #AF491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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