Html Css Color HEX #AF4931 Rose Of Sharon

📋 copy color: '#AF4931'

red 175 ◦ green 73 ◦ blue 49

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

Shades of Rose Of Sharon #AF4931

Tints of Rose Of Sharon #AF4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 58.92%
G = 24.58%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF4931 (or 0xAF4931) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 31. RGB value is (175,73,49). Sum of RGB (Red+Green+Blue) = 175+73+49=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4931 is #50B6CE. Grayscale: #646464. Windows color (decimal): -5289679 or 3230127. OLE color: 3230127.

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

Color convert

RGB 175 73 49 -
CMYK 0 0.58 0.72 0.31
HSL 11.43º 0.56% 0.44% -
HSV(B) 11.43º 0.72% 0.69% -
XYZ 20.62 14.1 4.54 -
YUV 100.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 175 73 49 0 0.58 0.72 0.31 11.43 0.56 0.44
Hex AF 49 31 0 3A 48 1F B 38 2C
Octal 257 111 61 0 72 110 37 13 70 54
Binary 10101111 1001001 110001 0 111010 1001000 11111 1011 111000 101100

Color Harmonies of #AF4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4931

Black with #AF4931

Text Example


Text Example

White with #AF4931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4931; }

 p { color: rgb(175,73,49); }

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

background-color css

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

 a { background-color: rgb(175,73,49); }

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

border-color css

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

 span { border-color: rgb(175,73,49); }

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