Html Css Color HEX #AF4624 Rose Of Sharon

📋 copy color: '#AF4624'

red 175 ◦ green 70 ◦ blue 36

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

Shades of Rose Of Sharon #AF4624

Tints of Rose Of Sharon #AF4624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 62.28%
G = 24.91%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF4624 (or 0xAF4624) is known color: Rose Of Sharon. HEX triplet: AF, 46 and 24. RGB value is (175,70,36). Sum of RGB (Red+Green+Blue) = 175+70+36=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4624 is #50B9DB. Grayscale: #616161. Windows color (decimal): -5290460 or 2377391. OLE color: 2377391.

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

Color convert

RGB 175 70 36 -
CMYK 0 0.60 0.79 0.31
HSL 14.68º 0.66% 0.41% -
HSV(B) 14.68º 0.79% 0.69% -
XYZ 20.19 13.62 3.23 -
YUV 97.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 175 70 36 0 0.60 0.79 0.31 14.68 0.66 0.41
Hex AF 46 24 0 3C 4F 1F F 42 29
Octal 257 106 44 0 74 117 37 17 102 51
Binary 10101111 1000110 100100 0 111100 1001111 11111 1111 1000010 101001

Color Harmonies of #AF4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4624

Black with #AF4624

Text Example


Text Example

White with #AF4624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4624; }

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

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

background-color css

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

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

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

border-color css

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

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

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