Html Css Color HEX #AF5A29 Fiery Orange

📋 copy color: '#AF5A29'

red 175 ◦ green 90 ◦ blue 41

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

Shades of Fiery Orange #AF5A29

Tints of Fiery Orange #AF5A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 57.19%
G = 29.41%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5A29 (or 0xAF5A29) is known color: Fiery Orange. HEX triplet: AF, 5A and 29. RGB value is (175,90,41). Sum of RGB (Red+Green+Blue) = 175+90+41=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A29 is #50A5D6. Grayscale: #6E6E6E. Windows color (decimal): -5285335 or 2710191. OLE color: 2710191.

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

Color convert

RGB 175 90 41 -
CMYK 0 0.49 0.77 0.31
HSL 21.94º 0.62% 0.42% -
HSV(B) 21.94º 0.77% 0.69% -
XYZ 21.74 16.59 4.15 -
YUV 109.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 175 90 41 0 0.49 0.77 0.31 21.94 0.62 0.42
Hex AF 5A 29 0 31 4D 1F 16 3E 2A
Octal 257 132 51 0 61 115 37 26 76 52
Binary 10101111 1011010 101001 0 110001 1001101 11111 10110 111110 101010

Color Harmonies of #AF5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A29

Black with #AF5A29

Text Example


Text Example

White with #AF5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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