Html Css Color HEX #AF5334 Red Stage

📋 copy color: '#AF5334'

red 175 ◦ green 83 ◦ blue 52

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

Shades of Red Stage #AF5334

Tints of Red Stage #AF5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 56.45%
G = 26.77%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5334 (or 0xAF5334) is known color: Red Stage. HEX triplet: AF, 53 and 34. RGB value is (175,83,52). Sum of RGB (Red+Green+Blue) = 175+83+52=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5334 is #50ACCB. Grayscale: #6B6B6B. Windows color (decimal): -5287116 or 3429295. OLE color: 3429295.

HSL color Cylindrical-coordinate representation of color #AF5334: hue angle of 15.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5334 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 52 -
CMYK 0 0.53 0.70 0.31
HSL 15.12º 0.54% 0.45% -
HSV(B) 15.12º 0.7% 0.69% -
XYZ 21.39 15.55 5.12 -
YUV 106.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 175 83 52 0 0.53 0.70 0.31 15.12 0.54 0.45
Hex AF 53 34 0 35 46 1F F 36 2D
Octal 257 123 64 0 65 106 37 17 66 55
Binary 10101111 1010011 110100 0 110101 1000110 11111 1111 110110 101101

Color Harmonies of #AF5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5334

Black with #AF5334

Text Example


Text Example

White with #AF5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5334; }

 p { color: rgb(175,83,52); }

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

background-color css

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

 a { background-color: rgb(175,83,52); }

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

border-color css

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

 span { border-color: rgb(175,83,52); }

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