Html Css Color HEX #AF5D2F Fiery Orange

📋 copy color: '#AF5D2F'

red 175 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #AF5D2F

Tints of Fiery Orange #AF5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 55.56%
G = 29.52%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF5D2F (or 0xAF5D2F) is known color: Fiery Orange. HEX triplet: AF, 5D and 2F. RGB value is (175,93,47). Sum of RGB (Red+Green+Blue) = 175+93+47=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D2F is #50A2D0. Grayscale: #707070. Windows color (decimal): -5284561 or 3104175. OLE color: 3104175.

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

Color convert

RGB 175 93 47 -
CMYK 0 0.47 0.73 0.31
HSL 21.56º 0.58% 0.44% -
HSV(B) 21.56º 0.73% 0.69% -
XYZ 22.11 17.15 4.83 -
YUV 112.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 175 93 47 0 0.47 0.73 0.31 21.56 0.58 0.44
Hex AF 5D 2F 0 2F 49 1F 16 3A 2C
Octal 257 135 57 0 57 111 37 26 72 54
Binary 10101111 1011101 101111 0 101111 1001001 11111 10110 111010 101100

Color Harmonies of #AF5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D2F

Black with #AF5D2F

Text Example


Text Example

White with #AF5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D2F; }

 p { color: rgb(175,93,47); }

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

background-color css

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

 a { background-color: rgb(175,93,47); }

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

border-color css

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

 span { border-color: rgb(175,93,47); }

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