Html Css Color HEX #AF5A38 Fiery Orange

📋 copy color: '#AF5A38'

red 175 ◦ green 90 ◦ blue 56

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

Shades of Fiery Orange #AF5A38

Tints of Fiery Orange #AF5A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 54.52%
G = 28.04%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF5A38 (or 0xAF5A38) is known color: Fiery Orange. HEX triplet: AF, 5A and 38. RGB value is (175,90,56). Sum of RGB (Red+Green+Blue) = 175+90+56=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A38 is #50A5C7. Grayscale: #6F6F6F. Windows color (decimal): -5285320 or 3693231. OLE color: 3693231.

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

Color convert

RGB 175 90 56 -
CMYK 0 0.49 0.68 0.31
HSL 17.14º 0.52% 0.45% -
HSV(B) 17.14º 0.68% 0.69% -
XYZ 22.05 16.71 5.8 -
YUV 111.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 175 90 56 0 0.49 0.68 0.31 17.14 0.52 0.45
Hex AF 5A 38 0 31 44 1F 11 34 2D
Octal 257 132 70 0 61 104 37 21 64 55
Binary 10101111 1011010 111000 0 110001 1000100 11111 10001 110100 101101

Color Harmonies of #AF5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A38

Black with #AF5A38

Text Example


Text Example

White with #AF5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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