Html Css Color HEX #AF5F32 Fiery Orange

📋 copy color: '#AF5F32'

red 175 ◦ green 95 ◦ blue 50

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

Shades of Fiery Orange #AF5F32

Tints of Fiery Orange #AF5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

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

R = 54.69%
G = 29.69%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5F32 (or 0xAF5F32) is known color: Fiery Orange. HEX triplet: AF, 5F and 32. RGB value is (175,95,50). Sum of RGB (Red+Green+Blue) = 175+95+50=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5F32 is #50A0CD. Grayscale: #727272. Windows color (decimal): -5284046 or 3301295. OLE color: 3301295.

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

Color convert

RGB 175 95 50 -
CMYK 0 0.46 0.71 0.31
HSL 21.6º 0.56% 0.44% -
HSV(B) 21.6º 0.71% 0.69% -
XYZ 22.35 17.53 5.22 -
YUV 113.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 175 95 50 0 0.46 0.71 0.31 21.6 0.56 0.44
Hex AF 5F 32 0 2E 47 1F 16 38 2C
Octal 257 137 62 0 56 107 37 26 70 54
Binary 10101111 1011111 110010 0 101110 1000111 11111 10110 111000 101100

Color Harmonies of #AF5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F32

Black with #AF5F32

Text Example


Text Example

White with #AF5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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