Html Css Color HEX #AF4E28 Rose Of Sharon

📋 copy color: '#AF4E28'

red 175 ◦ green 78 ◦ blue 40

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

Shades of Rose Of Sharon #AF4E28

Tints of Rose Of Sharon #AF4E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

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

R = 59.73%
G = 26.62%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4E28 (or 0xAF4E28) is known color: Rose Of Sharon. HEX triplet: AF, 4E and 28. RGB value is (175,78,40). Sum of RGB (Red+Green+Blue) = 175+78+40=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E28 is #50B1D7. Grayscale: #666666. Windows color (decimal): -5288408 or 2641583. OLE color: 2641583.

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

Color convert

RGB 175 78 40 -
CMYK 0 0.55 0.77 0.31
HSL 16.89º 0.63% 0.42% -
HSV(B) 16.89º 0.77% 0.69% -
XYZ 20.79 14.72 3.75 -
YUV 102.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 175 78 40 0 0.55 0.77 0.31 16.89 0.63 0.42
Hex AF 4E 28 0 37 4D 1F 11 3F 2A
Octal 257 116 50 0 67 115 37 21 77 52
Binary 10101111 1001110 101000 0 110111 1001101 11111 10001 111111 101010

Color Harmonies of #AF4E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E28

Black with #AF4E28

Text Example


Text Example

White with #AF4E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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