Html Css Color HEX #AF6031 Fiery Orange

📋 copy color: '#AF6031'

red 175 ◦ green 96 ◦ blue 49

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

Shades of Fiery Orange #AF6031

Tints of Fiery Orange #AF6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 54.69%
G = 30%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6031 (or 0xAF6031) is known color: Fiery Orange. HEX triplet: AF, 60 and 31. RGB value is (175,96,49). Sum of RGB (Red+Green+Blue) = 175+96+49=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6031 is #509FCE. Grayscale: #727272. Windows color (decimal): -5283791 or 3236015. OLE color: 3236015.

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

Color convert

RGB 175 96 49 -
CMYK 0 0.45 0.72 0.31
HSL 22.38º 0.56% 0.44% -
HSV(B) 22.38º 0.72% 0.69% -
XYZ 22.42 17.7 5.14 -
YUV 114.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 175 96 49 0 0.45 0.72 0.31 22.38 0.56 0.44
Hex AF 60 31 0 2D 48 1F 16 38 2C
Octal 257 140 61 0 55 110 37 26 70 54
Binary 10101111 1100000 110001 0 101101 1001000 11111 10110 111000 101100

Color Harmonies of #AF6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6031

Black with #AF6031

Text Example


Text Example

White with #AF6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6031; }

 p { color: rgb(175,96,49); }

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

background-color css

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

 a { background-color: rgb(175,96,49); }

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

border-color css

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

 span { border-color: rgb(175,96,49); }

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