Html Css Color HEX #AF5526 Rose Of Sharon

📋 copy color: '#AF5526'

red 175 ◦ green 85 ◦ blue 38

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

Shades of Rose Of Sharon #AF5526

Tints of Rose Of Sharon #AF5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 58.72%
G = 28.52%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF5526 (or 0xAF5526) is known color: Rose Of Sharon. HEX triplet: AF, 55 and 26. RGB value is (175,85,38). Sum of RGB (Red+Green+Blue) = 175+85+38=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5526 is #50AAD9. Grayscale: #6A6A6A. Windows color (decimal): -5286618 or 2512303. OLE color: 2512303.

HSL color Cylindrical-coordinate representation of color #AF5526: hue angle of 20.58º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF5526 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 38 -
CMYK 0 0.51 0.78 0.31
HSL 20.58º 0.64% 0.42% -
HSV(B) 20.58º 0.78% 0.69% -
XYZ 21.28 15.75 3.75 -
YUV 106.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 175 85 38 0 0.51 0.78 0.31 20.58 0.64 0.42
Hex AF 55 26 0 33 4E 1F 15 40 2A
Octal 257 125 46 0 63 116 37 25 100 52
Binary 10101111 1010101 100110 0 110011 1001110 11111 10101 1000000 101010

Color Harmonies of #AF5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5526

Black with #AF5526

Text Example


Text Example

White with #AF5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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