Html Css Color HEX #AF5328 Rose Of Sharon

📋 copy color: '#AF5328'

red 175 ◦ green 83 ◦ blue 40

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

Shades of Rose Of Sharon #AF5328

Tints of Rose Of Sharon #AF5328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 58.72%
G = 27.85%
B = 13.42%

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

#AF5328 (or 0xAF5328) is known color: Rose Of Sharon. HEX triplet: AF, 53 and 28. RGB value is (175,83,40). Sum of RGB (Red+Green+Blue) = 175+83+40=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5328 is #50ACD7. Grayscale: #696969. Windows color (decimal): -5287128 or 2642863. OLE color: 2642863.

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

Color convert

RGB 175 83 40 -
CMYK 0 0.53 0.77 0.31
HSL 19.11º 0.63% 0.42% -
HSV(B) 19.11º 0.77% 0.69% -
XYZ 21.16 15.45 3.88 -
YUV 105.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 175 83 40 0 0.53 0.77 0.31 19.11 0.63 0.42
Hex AF 53 28 0 35 4D 1F 13 3F 2A
Octal 257 123 50 0 65 115 37 23 77 52
Binary 10101111 1010011 101000 0 110101 1001101 11111 10011 111111 101010

Color Harmonies of #AF5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5328

Black with #AF5328

Text Example


Text Example

White with #AF5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5328; }

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

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

background-color css

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

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

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

border-color css

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

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

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