Html Css Color HEX #AF5D29 Fiery Orange

📋 copy color: '#AF5D29'

red 175 ◦ green 93 ◦ blue 41

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

Shades of Fiery Orange #AF5D29

Tints of Fiery Orange #AF5D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 56.63%
G = 30.1%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5D29 (or 0xAF5D29) is known color: Fiery Orange. HEX triplet: AF, 5D and 29. RGB value is (175,93,41). Sum of RGB (Red+Green+Blue) = 175+93+41=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D29 is #50A2D6. Grayscale: #6F6F6F. Windows color (decimal): -5284567 or 2710959. OLE color: 2710959.

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

Color convert

RGB 175 93 41 -
CMYK 0 0.47 0.77 0.31
HSL 23.28º 0.62% 0.42% -
HSV(B) 23.28º 0.77% 0.69% -
XYZ 21.99 17.1 4.24 -
YUV 111.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 175 93 41 0 0.47 0.77 0.31 23.28 0.62 0.42
Hex AF 5D 29 0 2F 4D 1F 17 3E 2A
Octal 257 135 51 0 57 115 37 27 76 52
Binary 10101111 1011101 101001 0 101111 1001101 11111 10111 111110 101010

Color Harmonies of #AF5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D29

Black with #AF5D29

Text Example


Text Example

White with #AF5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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