Html Css Color HEX #AF5223 Rose Of Sharon

📋 copy color: '#AF5223'

red 175 ◦ green 82 ◦ blue 35

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

Shades of Rose Of Sharon #AF5223

Tints of Rose Of Sharon #AF5223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 59.93%
G = 28.08%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF5223 (or 0xAF5223) is known color: Rose Of Sharon. HEX triplet: AF, 52 and 23. RGB value is (175,82,35). Sum of RGB (Red+Green+Blue) = 175+82+35=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5223 is #50ADDC. Grayscale: #686868. Windows color (decimal): -5287389 or 2314927. OLE color: 2314927.

HSL color Cylindrical-coordinate representation of color #AF5223: hue angle of 20.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF5223 is Cyan = 0, Magento = 0.53, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 35 -
CMYK 0 0.53 0.8 0.31
HSL 20.14º 0.67% 0.41% -
HSV(B) 20.14º 0.8% 0.69% -
XYZ 21 15.27 3.43 -
YUV 104.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 175 82 35 0 0.53 0.8 0.31 20.14 0.67 0.41
Hex AF 52 23 0 35 50 1F 14 43 29
Octal 257 122 43 0 65 120 37 24 103 51
Binary 10101111 1010010 100011 0 110101 1010000 11111 10100 1000011 101001

Color Harmonies of #AF5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5223

Black with #AF5223

Text Example


Text Example

White with #AF5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5223; }

 p { color: rgb(175,82,35); }

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

background-color css

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

 a { background-color: rgb(175,82,35); }

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

border-color css

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

 span { border-color: rgb(175,82,35); }

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