Html Css Color HEX #AF501E Rose Of Sharon

📋 copy color: '#AF501E'

red 175 ◦ green 80 ◦ blue 30

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

Shades of Rose Of Sharon #AF501E

Tints of Rose Of Sharon #AF501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 61.4%
G = 28.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF501E (or 0xAF501E) is known color: Rose Of Sharon. HEX triplet: AF, 50 and 1E. RGB value is (175,80,30). Sum of RGB (Red+Green+Blue) = 175+80+30=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501E is #50AFE1. Grayscale: #666666. Windows color (decimal): -5287906 or 1986735. OLE color: 1986735.

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

Color convert

RGB 175 80 30 -
CMYK 0 0.54 0.83 0.31
HSL 20.69º 0.71% 0.4% -
HSV(B) 20.69º 0.83% 0.69% -
XYZ 20.78 14.95 3.02 -
YUV 102.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 175 80 30 0 0.54 0.83 0.31 20.69 0.71 0.4
Hex AF 50 1E 0 36 53 1F 15 47 28
Octal 257 120 36 0 66 123 37 25 107 50
Binary 10101111 1010000 11110 0 110110 1010011 11111 10101 1000111 101000

Color Harmonies of #AF501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF501E

Black with #AF501E

Text Example


Text Example

White with #AF501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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