Html Css Color HEX #AF522E Red Stage

📋 copy color: '#AF522E'

red 175 ◦ green 82 ◦ blue 46

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

Shades of Red Stage #AF522E

Tints of Red Stage #AF522E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 57.76%
G = 27.06%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF522E (or 0xAF522E) is known color: Red Stage. HEX triplet: AF, 52 and 2E. RGB value is (175,82,46). Sum of RGB (Red+Green+Blue) = 175+82+46=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF522E is #50ADD1. Grayscale: #696969. Windows color (decimal): -5287378 or 3035823. OLE color: 3035823.

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

Color convert

RGB 175 82 46 -
CMYK 0 0.53 0.74 0.31
HSL 16.74º 0.58% 0.43% -
HSV(B) 16.74º 0.74% 0.69% -
XYZ 21.19 15.35 4.43 -
YUV 105.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 175 82 46 0 0.53 0.74 0.31 16.74 0.58 0.43
Hex AF 52 2E 0 35 4A 1F 11 3A 2B
Octal 257 122 56 0 65 112 37 21 72 53
Binary 10101111 1010010 101110 0 110101 1001010 11111 10001 111010 101011

Color Harmonies of #AF522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF522E

Black with #AF522E

Text Example


Text Example

White with #AF522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF522E; }

 p { color: rgb(175,82,46); }

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

background-color css

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

 a { background-color: rgb(175,82,46); }

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

border-color css

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

 span { border-color: rgb(175,82,46); }

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