Html Css Color HEX #AF5830 Fiery Orange

📋 copy color: '#AF5830'

red 175 ◦ green 88 ◦ blue 48

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

Shades of Fiery Orange #AF5830

Tints of Fiery Orange #AF5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

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

R = 56.27%
G = 28.3%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF5830 (or 0xAF5830) is known color: Fiery Orange. HEX triplet: AF, 58 and 30. RGB value is (175,88,48). Sum of RGB (Red+Green+Blue) = 175+88+48=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5830 is #50A7CF. Grayscale: #6D6D6D. Windows color (decimal): -5285840 or 3168431. OLE color: 3168431.

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

Color convert

RGB 175 88 48 -
CMYK 0 0.50 0.73 0.31
HSL 18.9º 0.57% 0.44% -
HSV(B) 18.9º 0.73% 0.69% -
XYZ 21.7 16.31 4.8 -
YUV 109.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 175 88 48 0 0.50 0.73 0.31 18.9 0.57 0.44
Hex AF 58 30 0 32 49 1F 13 39 2C
Octal 257 130 60 0 62 111 37 23 71 54
Binary 10101111 1011000 110000 0 110010 1001001 11111 10011 111001 101100

Color Harmonies of #AF5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5830

Black with #AF5830

Text Example


Text Example

White with #AF5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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