Html Css Color HEX #AF4421 Rose Of Sharon

📋 copy color: '#AF4421'

red 175 ◦ green 68 ◦ blue 33

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

Shades of Rose Of Sharon #AF4421

Tints of Rose Of Sharon #AF4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 63.41%
G = 24.64%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF4421 (or 0xAF4421) is known color: Rose Of Sharon. HEX triplet: AF, 44 and 21. RGB value is (175,68,33). Sum of RGB (Red+Green+Blue) = 175+68+33=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4421 is #50BBDE. Grayscale: #606060. Windows color (decimal): -5290975 or 2180271. OLE color: 2180271.

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

Color convert

RGB 175 68 33 -
CMYK 0 0.61 0.81 0.31
HSL 14.79º 0.68% 0.41% -
HSV(B) 14.79º 0.81% 0.69% -
XYZ 20.02 13.36 2.96 -
YUV 96 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 175 68 33 0 0.61 0.81 0.31 14.79 0.68 0.41
Hex AF 44 21 0 3D 51 1F F 44 29
Octal 257 104 41 0 75 121 37 17 104 51
Binary 10101111 1000100 100001 0 111101 1010001 11111 1111 1000100 101001

Color Harmonies of #AF4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4421

Black with #AF4421

Text Example


Text Example

White with #AF4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4421; }

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

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

background-color css

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

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

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

border-color css

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

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

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