Html Css Color HEX #AF5C29 Fiery Orange

📋 copy color: '#AF5C29'

red 175 ◦ green 92 ◦ blue 41

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

Shades of Fiery Orange #AF5C29

Tints of Fiery Orange #AF5C29

RGB

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

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

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

R = 56.82%
G = 29.87%
B = 13.31%

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

#AF5C29 (or 0xAF5C29) is known color: Fiery Orange. HEX triplet: AF, 5C and 29. RGB value is (175,92,41). Sum of RGB (Red+Green+Blue) = 175+92+41=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C29 is #50A3D6. Grayscale: #6F6F6F. Windows color (decimal): -5284823 or 2710703. OLE color: 2710703.

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

Color convert

RGB 175 92 41 -
CMYK 0 0.47 0.77 0.31
HSL 22.84º 0.62% 0.42% -
HSV(B) 22.84º 0.77% 0.69% -
XYZ 21.91 16.93 4.21 -
YUV 111 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 175 92 41 0 0.47 0.77 0.31 22.84 0.62 0.42
Hex AF 5C 29 0 2F 4D 1F 17 3E 2A
Octal 257 134 51 0 57 115 37 27 76 52
Binary 10101111 1011100 101001 0 101111 1001101 11111 10111 111110 101010

Color Harmonies of #AF5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C29

Black with #AF5C29

Text Example


Text Example

White with #AF5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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