Html Css Color HEX #AF6032 Fiery Orange

📋 copy color: '#AF6032'

red 175 ◦ green 96 ◦ blue 50

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

Shades of Fiery Orange #AF6032

Tints of Fiery Orange #AF6032

RGB

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

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

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

R = 54.52%
G = 29.91%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF6032 (or 0xAF6032) is known color: Fiery Orange. HEX triplet: AF, 60 and 32. RGB value is (175,96,50). Sum of RGB (Red+Green+Blue) = 175+96+50=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6032 is #509FCD. Grayscale: #727272. Windows color (decimal): -5283790 or 3301551. OLE color: 3301551.

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

Color convert

RGB 175 96 50 -
CMYK 0 0.45 0.71 0.31
HSL 22.08º 0.56% 0.44% -
HSV(B) 22.08º 0.71% 0.69% -
XYZ 22.44 17.71 5.25 -
YUV 114.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 175 96 50 0 0.45 0.71 0.31 22.08 0.56 0.44
Hex AF 60 32 0 2D 47 1F 16 38 2C
Octal 257 140 62 0 55 107 37 26 70 54
Binary 10101111 1100000 110010 0 101101 1000111 11111 10110 111000 101100

Color Harmonies of #AF6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6032

Black with #AF6032

Text Example


Text Example

White with #AF6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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