Html Css Color HEX #AF4A31 Rose Of Sharon

📋 copy color: '#AF4A31'

red 175 ◦ green 74 ◦ blue 49

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

Shades of Rose Of Sharon #AF4A31

Tints of Rose Of Sharon #AF4A31

RGB

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

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

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

R = 58.72%
G = 24.83%
B = 16.44%

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

#AF4A31 (or 0xAF4A31) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 31. RGB value is (175,74,49). Sum of RGB (Red+Green+Blue) = 175+74+49=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A31 is #50B5CE. Grayscale: #656565. Windows color (decimal): -5289423 or 3230383. OLE color: 3230383.

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

Color convert

RGB 175 74 49 -
CMYK 0 0.58 0.72 0.31
HSL 11.9º 0.56% 0.44% -
HSV(B) 11.9º 0.72% 0.69% -
XYZ 20.68 14.23 4.56 -
YUV 101.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 175 74 49 0 0.58 0.72 0.31 11.9 0.56 0.44
Hex AF 4A 31 0 3A 48 1F C 38 2C
Octal 257 112 61 0 72 110 37 14 70 54
Binary 10101111 1001010 110001 0 111010 1001000 11111 1100 111000 101100

Color Harmonies of #AF4A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A31

Black with #AF4A31

Text Example


Text Example

White with #AF4A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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