Html Css Color HEX #AF6037 Fiery Orange

📋 copy color: '#AF6037'

red 175 ◦ green 96 ◦ blue 55

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

Shades of Fiery Orange #AF6037

Tints of Fiery Orange #AF6037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 53.68%
G = 29.45%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6037 (or 0xAF6037) is known color: Fiery Orange. HEX triplet: AF, 60 and 37. RGB value is (175,96,55). Sum of RGB (Red+Green+Blue) = 175+96+55=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6037 is #509FC8. Grayscale: #737373. Windows color (decimal): -5283785 or 3629231. OLE color: 3629231.

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

Color convert

RGB 175 96 55 -
CMYK 0 0.45 0.69 0.31
HSL 20.5º 0.52% 0.45% -
HSV(B) 20.5º 0.69% 0.69% -
XYZ 22.55 17.76 5.85 -
YUV 114.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 175 96 55 0 0.45 0.69 0.31 20.5 0.52 0.45
Hex AF 60 37 0 2D 45 1F 14 34 2D
Octal 257 140 67 0 55 105 37 24 64 55
Binary 10101111 1100000 110111 0 101101 1000101 11111 10100 110100 101101

Color Harmonies of #AF6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6037

Black with #AF6037

Text Example


Text Example

White with #AF6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6037; }

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

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

background-color css

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

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

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

border-color css

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

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

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