Html Css Color HEX #AF6030 Fiery Orange

📋 copy color: '#AF6030'

red 175 ◦ green 96 ◦ blue 48

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

Shades of Fiery Orange #AF6030

Tints of Fiery Orange #AF6030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 54.86%
G = 30.09%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF6030 (or 0xAF6030) is known color: Fiery Orange. HEX triplet: AF, 60 and 30. RGB value is (175,96,48). Sum of RGB (Red+Green+Blue) = 175+96+48=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6030 is #509FCF. Grayscale: #727272. Windows color (decimal): -5283792 or 3170479. OLE color: 3170479.

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

Color convert

RGB 175 96 48 -
CMYK 0 0.45 0.73 0.31
HSL 22.68º 0.57% 0.44% -
HSV(B) 22.68º 0.73% 0.69% -
XYZ 22.4 17.69 5.03 -
YUV 114.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 175 96 48 0 0.45 0.73 0.31 22.68 0.57 0.44
Hex AF 60 30 0 2D 49 1F 17 39 2C
Octal 257 140 60 0 55 111 37 27 71 54
Binary 10101111 1100000 110000 0 101101 1001001 11111 10111 111001 101100

Color Harmonies of #AF6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6030

Black with #AF6030

Text Example


Text Example

White with #AF6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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