Html Css Color HEX #AF5028 Rose Of Sharon

📋 copy color: '#AF5028'

red 175 ◦ green 80 ◦ blue 40

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

Shades of Rose Of Sharon #AF5028

Tints of Rose Of Sharon #AF5028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 59.32%
G = 27.12%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5028 (or 0xAF5028) is known color: Rose Of Sharon. HEX triplet: AF, 50 and 28. RGB value is (175,80,40). Sum of RGB (Red+Green+Blue) = 175+80+40=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5028 is #50AFD7. Grayscale: #686868. Windows color (decimal): -5287896 or 2642095. OLE color: 2642095.

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

Color convert

RGB 175 80 40 -
CMYK 0 0.54 0.77 0.31
HSL 17.78º 0.63% 0.42% -
HSV(B) 17.78º 0.77% 0.69% -
XYZ 20.93 15 3.8 -
YUV 103.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 175 80 40 0 0.54 0.77 0.31 17.78 0.63 0.42
Hex AF 50 28 0 36 4D 1F 12 3F 2A
Octal 257 120 50 0 66 115 37 22 77 52
Binary 10101111 1010000 101000 0 110110 1001101 11111 10010 111111 101010

Color Harmonies of #AF5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5028

Black with #AF5028

Text Example


Text Example

White with #AF5028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5028; }

 p { color: rgb(175,80,40); }

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

background-color css

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

 a { background-color: rgb(175,80,40); }

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

border-color css

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

 span { border-color: rgb(175,80,40); }

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