Html Css Color HEX #AF5523 Rose Of Sharon

📋 copy color: '#AF5523'

red 175 ◦ green 85 ◦ blue 35

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

Shades of Rose Of Sharon #AF5523

Tints of Rose Of Sharon #AF5523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 59.32%
G = 28.81%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF5523 (or 0xAF5523) is known color: Rose Of Sharon. HEX triplet: AF, 55 and 23. RGB value is (175,85,35). Sum of RGB (Red+Green+Blue) = 175+85+35=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5523 is #50AADC. Grayscale: #6A6A6A. Windows color (decimal): -5286621 or 2315695. OLE color: 2315695.

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

Color convert

RGB 175 85 35 -
CMYK 0 0.51 0.8 0.31
HSL 21.43º 0.67% 0.41% -
HSV(B) 21.43º 0.8% 0.69% -
XYZ 21.23 15.73 3.51 -
YUV 106.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 175 85 35 0 0.51 0.8 0.31 21.43 0.67 0.41
Hex AF 55 23 0 33 50 1F 15 43 29
Octal 257 125 43 0 63 120 37 25 103 51
Binary 10101111 1010101 100011 0 110011 1010000 11111 10101 1000011 101001

Color Harmonies of #AF5523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5523

Black with #AF5523

Text Example


Text Example

White with #AF5523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5523; }

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

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

background-color css

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

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

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

border-color css

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

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

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