Html Css Color HEX #AF552C Red Stage

📋 copy color: '#AF552C'

red 175 ◦ green 85 ◦ blue 44

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

Shades of Red Stage #AF552C

Tints of Red Stage #AF552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 57.57%
G = 27.96%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF552C (or 0xAF552C) is known color: Red Stage. HEX triplet: AF, 55 and 2C. RGB value is (175,85,44). Sum of RGB (Red+Green+Blue) = 175+85+44=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF552C is #50AAD3. Grayscale: #6B6B6B. Windows color (decimal): -5286612 or 2905519. OLE color: 2905519.

HSL color Cylindrical-coordinate representation of color #AF552C: hue angle of 18.78º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF552C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 44 -
CMYK 0 0.51 0.75 0.31
HSL 18.78º 0.6% 0.43% -
HSV(B) 18.78º 0.75% 0.69% -
XYZ 21.38 15.79 4.3 -
YUV 107.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 175 85 44 0 0.51 0.75 0.31 18.78 0.6 0.43
Hex AF 55 2C 0 33 4B 1F 13 3C 2B
Octal 257 125 54 0 63 113 37 23 74 53
Binary 10101111 1010101 101100 0 110011 1001011 11111 10011 111100 101011

Color Harmonies of #AF552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF552C

Black with #AF552C

Text Example


Text Example

White with #AF552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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