Html Css Color HEX #AF5525 Rose Of Sharon

📋 copy color: '#AF5525'

red 175 ◦ green 85 ◦ blue 37

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

Shades of Rose Of Sharon #AF5525

Tints of Rose Of Sharon #AF5525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 58.92%
G = 28.62%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF5525 (or 0xAF5525) is known color: Rose Of Sharon. HEX triplet: AF, 55 and 25. RGB value is (175,85,37). Sum of RGB (Red+Green+Blue) = 175+85+37=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5525 is #50AADA. Grayscale: #6A6A6A. Windows color (decimal): -5286619 or 2446767. OLE color: 2446767.

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

Color convert

RGB 175 85 37 -
CMYK 0 0.51 0.79 0.31
HSL 20.87º 0.65% 0.42% -
HSV(B) 20.87º 0.79% 0.69% -
XYZ 21.26 15.74 3.67 -
YUV 106.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 175 85 37 0 0.51 0.79 0.31 20.87 0.65 0.42
Hex AF 55 25 0 33 4F 1F 15 41 2A
Octal 257 125 45 0 63 117 37 25 101 52
Binary 10101111 1010101 100101 0 110011 1001111 11111 10101 1000001 101010

Color Harmonies of #AF5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5525

Black with #AF5525

Text Example


Text Example

White with #AF5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5525; }

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

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

background-color css

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

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

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

border-color css

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

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

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