Html Css Color HEX #AF511F Rose Of Sharon

📋 copy color: '#AF511F'

red 175 ◦ green 81 ◦ blue 31

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

Shades of Rose Of Sharon #AF511F

Tints of Rose Of Sharon #AF511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 60.98%
G = 28.22%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF511F (or 0xAF511F) is known color: Rose Of Sharon. HEX triplet: AF, 51 and 1F. RGB value is (175,81,31). Sum of RGB (Red+Green+Blue) = 175+81+31=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511F is #50AEE0. Grayscale: #676767. Windows color (decimal): -5287649 or 2052527. OLE color: 2052527.

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

Color convert

RGB 175 81 31 -
CMYK 0 0.54 0.82 0.31
HSL 20.83º 0.7% 0.4% -
HSV(B) 20.83º 0.82% 0.69% -
XYZ 20.87 15.1 3.11 -
YUV 103.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 175 81 31 0 0.54 0.82 0.31 20.83 0.7 0.4
Hex AF 51 1F 0 36 52 1F 15 46 28
Octal 257 121 37 0 66 122 37 25 106 50
Binary 10101111 1010001 11111 0 110110 1010010 11111 10101 1000110 101000

Color Harmonies of #AF511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF511F

Black with #AF511F

Text Example


Text Example

White with #AF511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF511F; }

 p { color: rgb(175,81,31); }

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

background-color css

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

 a { background-color: rgb(175,81,31); }

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

border-color css

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

 span { border-color: rgb(175,81,31); }

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