Html Css Color HEX #AF6136 Fiery Orange

📋 copy color: '#AF6136'

red 175 ◦ green 97 ◦ blue 54

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

Shades of Fiery Orange #AF6136

Tints of Fiery Orange #AF6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 53.68%
G = 29.75%
B = 16.56%

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

#AF6136 (or 0xAF6136) is known color: Fiery Orange. HEX triplet: AF, 61 and 36. RGB value is (175,97,54). Sum of RGB (Red+Green+Blue) = 175+97+54=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6136 is #509EC9. Grayscale: #737373. Windows color (decimal): -5283530 or 3563951. OLE color: 3563951.

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

Color convert

RGB 175 97 54 -
CMYK 0 0.45 0.69 0.31
HSL 21.32º 0.53% 0.45% -
HSV(B) 21.32º 0.69% 0.69% -
XYZ 22.62 17.93 5.76 -
YUV 115.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 175 97 54 0 0.45 0.69 0.31 21.32 0.53 0.45
Hex AF 61 36 0 2D 45 1F 15 35 2D
Octal 257 141 66 0 55 105 37 25 65 55
Binary 10101111 1100001 110110 0 101101 1000101 11111 10101 110101 101101

Color Harmonies of #AF6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6136

Black with #AF6136

Text Example


Text Example

White with #AF6136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6136; }

 p { color: rgb(175,97,54); }

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

background-color css

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

 a { background-color: rgb(175,97,54); }

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

border-color css

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

 span { border-color: rgb(175,97,54); }

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