Html Css Color HEX #AF552A Red Stage

📋 copy color: '#AF552A'

red 175 ◦ green 85 ◦ blue 42

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

Shades of Red Stage #AF552A

Tints of Red Stage #AF552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 57.95%
G = 28.15%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF552A (or 0xAF552A) is known color: Red Stage. HEX triplet: AF, 55 and 2A. RGB value is (175,85,42). Sum of RGB (Red+Green+Blue) = 175+85+42=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF552A is #50AAD5. Grayscale: #6B6B6B. Windows color (decimal): -5286614 or 2774447. OLE color: 2774447.

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

Color convert

RGB 175 85 42 -
CMYK 0 0.51 0.76 0.31
HSL 19.4º 0.61% 0.43% -
HSV(B) 19.4º 0.76% 0.69% -
XYZ 21.35 15.78 4.11 -
YUV 107.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 175 85 42 0 0.51 0.76 0.31 19.4 0.61 0.43
Hex AF 55 2A 0 33 4C 1F 13 3D 2B
Octal 257 125 52 0 63 114 37 23 75 53
Binary 10101111 1010101 101010 0 110011 1001100 11111 10011 111101 101011

Color Harmonies of #AF552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF552A

Black with #AF552A

Text Example


Text Example

White with #AF552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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