Html Css Color HEX #AF5226 Rose Of Sharon

📋 copy color: '#AF5226'

red 175 ◦ green 82 ◦ blue 38

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

Shades of Rose Of Sharon #AF5226

Tints of Rose Of Sharon #AF5226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 59.32%
G = 27.8%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF5226 (or 0xAF5226) is known color: Rose Of Sharon. HEX triplet: AF, 52 and 26. RGB value is (175,82,38). Sum of RGB (Red+Green+Blue) = 175+82+38=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5226 is #50ADD9. Grayscale: #696969. Windows color (decimal): -5287386 or 2511535. OLE color: 2511535.

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

Color convert

RGB 175 82 38 -
CMYK 0 0.53 0.78 0.31
HSL 19.27º 0.64% 0.42% -
HSV(B) 19.27º 0.78% 0.69% -
XYZ 21.05 15.29 3.68 -
YUV 104.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 175 82 38 0 0.53 0.78 0.31 19.27 0.64 0.42
Hex AF 52 26 0 35 4E 1F 13 40 2A
Octal 257 122 46 0 65 116 37 23 100 52
Binary 10101111 1010010 100110 0 110101 1001110 11111 10011 1000000 101010

Color Harmonies of #AF5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5226

Black with #AF5226

Text Example


Text Example

White with #AF5226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5226; }

 p { color: rgb(175,82,38); }

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

background-color css

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

 a { background-color: rgb(175,82,38); }

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

border-color css

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

 span { border-color: rgb(175,82,38); }

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