Html Css Color HEX #AF562C Fiery Orange

📋 copy color: '#AF562C'

red 175 ◦ green 86 ◦ blue 44

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

Shades of Fiery Orange #AF562C

Tints of Fiery Orange #AF562C

RGB

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

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

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

R = 57.38%
G = 28.2%
B = 14.43%

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

#AF562C (or 0xAF562C) is known color: Fiery Orange. HEX triplet: AF, 56 and 2C. RGB value is (175,86,44). Sum of RGB (Red+Green+Blue) = 175+86+44=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF562C is #50A9D3. Grayscale: #6C6C6C. Windows color (decimal): -5286356 or 2905775. OLE color: 2905775.

HSL color Cylindrical-coordinate representation of color #AF562C: hue angle of 19.24º 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 #AF562C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 44 -
CMYK 0 0.51 0.75 0.31
HSL 19.24º 0.6% 0.43% -
HSV(B) 19.24º 0.75% 0.69% -
XYZ 21.46 15.95 4.33 -
YUV 107.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 175 86 44 0 0.51 0.75 0.31 19.24 0.6 0.43
Hex AF 56 2C 0 33 4B 1F 13 3C 2B
Octal 257 126 54 0 63 113 37 23 74 53
Binary 10101111 1010110 101100 0 110011 1001011 11111 10011 111100 101011

Color Harmonies of #AF562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF562C

Black with #AF562C

Text Example


Text Example

White with #AF562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF562C; }

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

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

background-color css

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

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

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

border-color css

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

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

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