Html Css Color HEX #AF4521 Rose Of Sharon

📋 copy color: '#AF4521'

red 175 ◦ green 69 ◦ blue 33

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

Shades of Rose Of Sharon #AF4521

Tints of Rose Of Sharon #AF4521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 63.18%
G = 24.91%
B = 11.91%

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

#AF4521 (or 0xAF4521) is known color: Rose Of Sharon. HEX triplet: AF, 45 and 21. RGB value is (175,69,33). Sum of RGB (Red+Green+Blue) = 175+69+33=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4521 is #50BADE. Grayscale: #606060. Windows color (decimal): -5290719 or 2180527. OLE color: 2180527.

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

Color convert

RGB 175 69 33 -
CMYK 0 0.61 0.81 0.31
HSL 15.21º 0.68% 0.41% -
HSV(B) 15.21º 0.81% 0.69% -
XYZ 20.08 13.48 2.98 -
YUV 96.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 175 69 33 0 0.61 0.81 0.31 15.21 0.68 0.41
Hex AF 45 21 0 3D 51 1F F 44 29
Octal 257 105 41 0 75 121 37 17 104 51
Binary 10101111 1000101 100001 0 111101 1010001 11111 1111 1000100 101001

Color Harmonies of #AF4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4521

Black with #AF4521

Text Example


Text Example

White with #AF4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4521; }

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

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

background-color css

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

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

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

border-color css

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

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

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