Html Css Color HEX #AF5C37 Fiery Orange

📋 copy color: '#AF5C37'

red 175 ◦ green 92 ◦ blue 55

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

Shades of Fiery Orange #AF5C37

Tints of Fiery Orange #AF5C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 54.35%
G = 28.57%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5C37 (or 0xAF5C37) is known color: Fiery Orange. HEX triplet: AF, 5C and 37. RGB value is (175,92,55). Sum of RGB (Red+Green+Blue) = 175+92+55=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C37 is #50A3C8. Grayscale: #707070. Windows color (decimal): -5284809 or 3628207. OLE color: 3628207.

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

Color convert

RGB 175 92 55 -
CMYK 0 0.47 0.69 0.31
HSL 18.5º 0.52% 0.45% -
HSV(B) 18.5º 0.69% 0.69% -
XYZ 22.2 17.04 5.73 -
YUV 112.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 175 92 55 0 0.47 0.69 0.31 18.5 0.52 0.45
Hex AF 5C 37 0 2F 45 1F 12 34 2D
Octal 257 134 67 0 57 105 37 22 64 55
Binary 10101111 1011100 110111 0 101111 1000101 11111 10010 110100 101101

Color Harmonies of #AF5C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C37

Black with #AF5C37

Text Example


Text Example

White with #AF5C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C37; }

 p { color: rgb(175,92,55); }

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

background-color css

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

 a { background-color: rgb(175,92,55); }

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

border-color css

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

 span { border-color: rgb(175,92,55); }

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