Html Css Color HEX #AF5229 Rose Of Sharon

📋 copy color: '#AF5229'

red 175 ◦ green 82 ◦ blue 41

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

Shades of Rose Of Sharon #AF5229

Tints of Rose Of Sharon #AF5229

RGB

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

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

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

R = 58.72%
G = 27.52%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5229 (or 0xAF5229) is known color: Rose Of Sharon. HEX triplet: AF, 52 and 29. RGB value is (175,82,41). Sum of RGB (Red+Green+Blue) = 175+82+41=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5229 is #50ADD6. Grayscale: #696969. Windows color (decimal): -5287383 or 2708143. OLE color: 2708143.

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

Color convert

RGB 175 82 41 -
CMYK 0 0.53 0.77 0.31
HSL 18.36º 0.62% 0.42% -
HSV(B) 18.36º 0.77% 0.69% -
XYZ 21.1 15.31 3.94 -
YUV 105.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 175 82 41 0 0.53 0.77 0.31 18.36 0.62 0.42
Hex AF 52 29 0 35 4D 1F 12 3E 2A
Octal 257 122 51 0 65 115 37 22 76 52
Binary 10101111 1010010 101001 0 110101 1001101 11111 10010 111110 101010

Color Harmonies of #AF5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5229

Black with #AF5229

Text Example


Text Example

White with #AF5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5229; }

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

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

background-color css

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

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

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

border-color css

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

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

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