Html Css Color HEX #AF4A24 Rose Of Sharon

📋 copy color: '#AF4A24'

red 175 ◦ green 74 ◦ blue 36

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

Shades of Rose Of Sharon #AF4A24

Tints of Rose Of Sharon #AF4A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 61.4%
G = 25.96%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF4A24 (or 0xAF4A24) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 24. RGB value is (175,74,36). Sum of RGB (Red+Green+Blue) = 175+74+36=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A24 is #50B5DB. Grayscale: #646464. Windows color (decimal): -5289436 or 2378415. OLE color: 2378415.

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

Color convert

RGB 175 74 36 -
CMYK 0 0.58 0.79 0.31
HSL 16.4º 0.66% 0.41% -
HSV(B) 16.4º 0.79% 0.69% -
XYZ 20.45 14.14 3.32 -
YUV 99.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 175 74 36 0 0.58 0.79 0.31 16.4 0.66 0.41
Hex AF 4A 24 0 3A 4F 1F 10 42 29
Octal 257 112 44 0 72 117 37 20 102 51
Binary 10101111 1001010 100100 0 111010 1001111 11111 10000 1000010 101001

Color Harmonies of #AF4A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A24

Black with #AF4A24

Text Example


Text Example

White with #AF4A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A24; }

 p { color: rgb(175,74,36); }

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

background-color css

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

 a { background-color: rgb(175,74,36); }

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

border-color css

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

 span { border-color: rgb(175,74,36); }

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