Html Css Color HEX #AF5421 Rose Of Sharon

📋 copy color: '#AF5421'

red 175 ◦ green 84 ◦ blue 33

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

Shades of Rose Of Sharon #AF5421

Tints of Rose Of Sharon #AF5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 33 (13.28% from 255) = 11.3%

R = 59.93%
G = 28.77%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF5421 (or 0xAF5421) is known color: Rose Of Sharon. HEX triplet: AF, 54 and 21. RGB value is (175,84,33). Sum of RGB (Red+Green+Blue) = 175+84+33=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5421 is #50ABDE. Grayscale: #696969. Windows color (decimal): -5286879 or 2184367. OLE color: 2184367.

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

Color convert

RGB 175 84 33 -
CMYK 0 0.52 0.81 0.31
HSL 21.55º 0.68% 0.41% -
HSV(B) 21.55º 0.81% 0.69% -
XYZ 21.12 15.56 3.33 -
YUV 105.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 175 84 33 0 0.52 0.81 0.31 21.55 0.68 0.41
Hex AF 54 21 0 34 51 1F 16 44 29
Octal 257 124 41 0 64 121 37 26 104 51
Binary 10101111 1010100 100001 0 110100 1010001 11111 10110 1000100 101001

Color Harmonies of #AF5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5421

Black with #AF5421

Text Example


Text Example

White with #AF5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5421; }

 p { color: rgb(175,84,33); }

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

background-color css

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

 a { background-color: rgb(175,84,33); }

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

border-color css

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

 span { border-color: rgb(175,84,33); }

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