Html Css Color HEX #AF4A2F Rose Of Sharon

📋 copy color: '#AF4A2F'

red 175 ◦ green 74 ◦ blue 47

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

Shades of Rose Of Sharon #AF4A2F

Tints of Rose Of Sharon #AF4A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 59.12%
G = 25%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4A2F (or 0xAF4A2F) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 2F. RGB value is (175,74,47). Sum of RGB (Red+Green+Blue) = 175+74+47=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A2F is #50B5D0. Grayscale: #656565. Windows color (decimal): -5289425 or 3099311. OLE color: 3099311.

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

Color convert

RGB 175 74 47 -
CMYK 0 0.58 0.73 0.31
HSL 12.66º 0.58% 0.44% -
HSV(B) 12.66º 0.73% 0.69% -
XYZ 20.64 14.22 4.35 -
YUV 101.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 175 74 47 0 0.58 0.73 0.31 12.66 0.58 0.44
Hex AF 4A 2F 0 3A 49 1F D 3A 2C
Octal 257 112 57 0 72 111 37 15 72 54
Binary 10101111 1001010 101111 0 111010 1001001 11111 1101 111010 101100

Color Harmonies of #AF4A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A2F

Black with #AF4A2F

Text Example


Text Example

White with #AF4A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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