Html Css Color HEX #AF5129 Rose Of Sharon

📋 copy color: '#AF5129'

red 175 ◦ green 81 ◦ blue 41

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

Shades of Rose Of Sharon #AF5129

Tints of Rose Of Sharon #AF5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

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

R = 58.92%
G = 27.27%
B = 13.8%

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

#AF5129 (or 0xAF5129) is known color: Rose Of Sharon. HEX triplet: AF, 51 and 29. RGB value is (175,81,41). Sum of RGB (Red+Green+Blue) = 175+81+41=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5129 is #50AED6. Grayscale: #686868. Windows color (decimal): -5287639 or 2707887. OLE color: 2707887.

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

Color convert

RGB 175 81 41 -
CMYK 0 0.54 0.77 0.31
HSL 17.91º 0.62% 0.42% -
HSV(B) 17.91º 0.77% 0.69% -
XYZ 21.02 15.16 3.92 -
YUV 104.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 175 81 41 0 0.54 0.77 0.31 17.91 0.62 0.42
Hex AF 51 29 0 36 4D 1F 12 3E 2A
Octal 257 121 51 0 66 115 37 22 76 52
Binary 10101111 1010001 101001 0 110110 1001101 11111 10010 111110 101010

Color Harmonies of #AF5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5129

Black with #AF5129

Text Example


Text Example

White with #AF5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5129; }

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

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

background-color css

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

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

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

border-color css

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

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

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