Html Css Color HEX #AF5029 Rose Of Sharon

📋 copy color: '#AF5029'

red 175 ◦ green 80 ◦ blue 41

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

Shades of Rose Of Sharon #AF5029

Tints of Rose Of Sharon #AF5029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 59.12%
G = 27.03%
B = 13.85%

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

#AF5029 (or 0xAF5029) is known color: Rose Of Sharon. HEX triplet: AF, 50 and 29. RGB value is (175,80,41). Sum of RGB (Red+Green+Blue) = 175+80+41=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5029 is #50AFD6. Grayscale: #686868. Windows color (decimal): -5287895 or 2707631. OLE color: 2707631.

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

Color convert

RGB 175 80 41 -
CMYK 0 0.54 0.77 0.31
HSL 17.46º 0.62% 0.42% -
HSV(B) 17.46º 0.77% 0.69% -
XYZ 20.95 15.01 3.89 -
YUV 103.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 175 80 41 0 0.54 0.77 0.31 17.46 0.62 0.42
Hex AF 50 29 0 36 4D 1F 11 3E 2A
Octal 257 120 51 0 66 115 37 21 76 52
Binary 10101111 1010000 101001 0 110110 1001101 11111 10001 111110 101010

Color Harmonies of #AF5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5029

Black with #AF5029

Text Example


Text Example

White with #AF5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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