Html Css Color HEX #AF552F Red Stage

📋 copy color: '#AF552F'

red 175 ◦ green 85 ◦ blue 47

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

Shades of Red Stage #AF552F

Tints of Red Stage #AF552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 57%
G = 27.69%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF552F (or 0xAF552F) is known color: Red Stage. HEX triplet: AF, 55 and 2F. RGB value is (175,85,47). Sum of RGB (Red+Green+Blue) = 175+85+47=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF552F is #50AAD0. Grayscale: #6B6B6B. Windows color (decimal): -5286609 or 3102127. OLE color: 3102127.

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

Color convert

RGB 175 85 47 -
CMYK 0 0.51 0.73 0.31
HSL 17.81º 0.58% 0.44% -
HSV(B) 17.81º 0.73% 0.69% -
XYZ 21.44 15.82 4.61 -
YUV 107.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 175 85 47 0 0.51 0.73 0.31 17.81 0.58 0.44
Hex AF 55 2F 0 33 49 1F 12 3A 2C
Octal 257 125 57 0 63 111 37 22 72 54
Binary 10101111 1010101 101111 0 110011 1001001 11111 10010 111010 101100

Color Harmonies of #AF552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF552F

Black with #AF552F

Text Example


Text Example

White with #AF552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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