Html Css Color HEX #AF6130 Fiery Orange

📋 copy color: '#AF6130'

red 175 ◦ green 97 ◦ blue 48

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

Shades of Fiery Orange #AF6130

Tints of Fiery Orange #AF6130

RGB

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

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

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

R = 54.69%
G = 30.31%
B = 15%

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

#AF6130 (or 0xAF6130) is known color: Fiery Orange. HEX triplet: AF, 61 and 30. RGB value is (175,97,48). Sum of RGB (Red+Green+Blue) = 175+97+48=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6130 is #509ECF. Grayscale: #737373. Windows color (decimal): -5283536 or 3170735. OLE color: 3170735.

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

Color convert

RGB 175 97 48 -
CMYK 0 0.45 0.73 0.31
HSL 23.15º 0.57% 0.44% -
HSV(B) 23.15º 0.73% 0.69% -
XYZ 22.49 17.88 5.06 -
YUV 114.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 175 97 48 0 0.45 0.73 0.31 23.15 0.57 0.44
Hex AF 61 30 0 2D 49 1F 17 39 2C
Octal 257 141 60 0 55 111 37 27 71 54
Binary 10101111 1100001 110000 0 101101 1001001 11111 10111 111001 101100

Color Harmonies of #AF6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6130

Black with #AF6130

Text Example


Text Example

White with #AF6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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