Html Css Color HEX #AF5425 Rose Of Sharon

📋 copy color: '#AF5425'

red 175 ◦ green 84 ◦ blue 37

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

Shades of Rose Of Sharon #AF5425

Tints of Rose Of Sharon #AF5425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 59.12%
G = 28.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF5425 (or 0xAF5425) is known color: Rose Of Sharon. HEX triplet: AF, 54 and 25. RGB value is (175,84,37). Sum of RGB (Red+Green+Blue) = 175+84+37=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5425 is #50ABDA. Grayscale: #6A6A6A. Windows color (decimal): -5286875 or 2446511. OLE color: 2446511.

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

Color convert

RGB 175 84 37 -
CMYK 0 0.52 0.79 0.31
HSL 20.43º 0.65% 0.42% -
HSV(B) 20.43º 0.79% 0.69% -
XYZ 21.18 15.59 3.64 -
YUV 105.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 175 84 37 0 0.52 0.79 0.31 20.43 0.65 0.42
Hex AF 54 25 0 34 4F 1F 14 41 2A
Octal 257 124 45 0 64 117 37 24 101 52
Binary 10101111 1010100 100101 0 110100 1001111 11111 10100 1000001 101010

Color Harmonies of #AF5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5425

Black with #AF5425

Text Example


Text Example

White with #AF5425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5425; }

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

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

background-color css

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

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

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

border-color css

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

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

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