Html Css Color HEX #AF5A32 Fiery Orange

📋 copy color: '#AF5A32'

red 175 ◦ green 90 ◦ blue 50

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

Shades of Fiery Orange #AF5A32

Tints of Fiery Orange #AF5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 55.56%
G = 28.57%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5A32 (or 0xAF5A32) is known color: Fiery Orange. HEX triplet: AF, 5A and 32. RGB value is (175,90,50). Sum of RGB (Red+Green+Blue) = 175+90+50=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A32 is #50A5CD. Grayscale: #6F6F6F. Windows color (decimal): -5285326 or 3300015. OLE color: 3300015.

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

Color convert

RGB 175 90 50 -
CMYK 0 0.49 0.71 0.31
HSL 19.2º 0.56% 0.44% -
HSV(B) 19.2º 0.71% 0.69% -
XYZ 21.91 16.66 5.08 -
YUV 110.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 175 90 50 0 0.49 0.71 0.31 19.2 0.56 0.44
Hex AF 5A 32 0 31 47 1F 13 38 2C
Octal 257 132 62 0 61 107 37 23 70 54
Binary 10101111 1011010 110010 0 110001 1000111 11111 10011 111000 101100

Color Harmonies of #AF5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A32

Black with #AF5A32

Text Example


Text Example

White with #AF5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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