Html Css Color HEX #AF5632 Fiery Orange

📋 copy color: '#AF5632'

red 175 ◦ green 86 ◦ blue 50

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

Shades of Fiery Orange #AF5632

Tints of Fiery Orange #AF5632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 56.27%
G = 27.65%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5632 (or 0xAF5632) is known color: Fiery Orange. HEX triplet: AF, 56 and 32. RGB value is (175,86,50). Sum of RGB (Red+Green+Blue) = 175+86+50=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5632 is #50A9CD. Grayscale: #6C6C6C. Windows color (decimal): -5286350 or 3298991. OLE color: 3298991.

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

Color convert

RGB 175 86 50 -
CMYK 0 0.51 0.71 0.31
HSL 17.28º 0.56% 0.44% -
HSV(B) 17.28º 0.71% 0.69% -
XYZ 21.58 16 4.97 -
YUV 108.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 175 86 50 0 0.51 0.71 0.31 17.28 0.56 0.44
Hex AF 56 32 0 33 47 1F 11 38 2C
Octal 257 126 62 0 63 107 37 21 70 54
Binary 10101111 1010110 110010 0 110011 1000111 11111 10001 111000 101100

Color Harmonies of #AF5632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5632

Black with #AF5632

Text Example


Text Example

White with #AF5632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5632; }

 p { color: rgb(175,86,50); }

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

background-color css

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

 a { background-color: rgb(175,86,50); }

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

border-color css

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

 span { border-color: rgb(175,86,50); }

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