Html Css Color HEX #AF4220 Rose Of Sharon

📋 copy color: '#AF4220'

red 175 ◦ green 66 ◦ blue 32

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

Shades of Rose Of Sharon #AF4220

Tints of Rose Of Sharon #AF4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 64.1%
G = 24.18%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF4220 (or 0xAF4220) is known color: Rose Of Sharon. HEX triplet: AF, 42 and 20. RGB value is (175,66,32). Sum of RGB (Red+Green+Blue) = 175+66+32=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4220 is #50BDDF. Grayscale: #5E5E5E. Windows color (decimal): -5291488 or 2114223. OLE color: 2114223.

HSL color Cylindrical-coordinate representation of color #AF4220: hue angle of 14.27º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF4220 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 32 -
CMYK 0 0.62 0.82 0.31
HSL 14.27º 0.69% 0.41% -
HSV(B) 14.27º 0.82% 0.69% -
XYZ 19.89 13.11 2.85 -
YUV 94.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 175 66 32 0 0.62 0.82 0.31 14.27 0.69 0.41
Hex AF 42 20 0 3E 52 1F E 45 29
Octal 257 102 40 0 76 122 37 16 105 51
Binary 10101111 1000010 100000 0 111110 1010010 11111 1110 1000101 101001

Color Harmonies of #AF4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4220

Black with #AF4220

Text Example


Text Example

White with #AF4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4220; }

 p { color: rgb(175,66,32); }

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

background-color css

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

 a { background-color: rgb(175,66,32); }

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

border-color css

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

 span { border-color: rgb(175,66,32); }

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