Html Css Color HEX #AF582C Fiery Orange

📋 copy color: '#AF582C'

red 175 ◦ green 88 ◦ blue 44

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

Shades of Fiery Orange #AF582C

Tints of Fiery Orange #AF582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 57%
G = 28.66%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF582C (or 0xAF582C) is known color: Fiery Orange. HEX triplet: AF, 58 and 2C. RGB value is (175,88,44). Sum of RGB (Red+Green+Blue) = 175+88+44=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF582C is #50A7D3. Grayscale: #6D6D6D. Windows color (decimal): -5285844 or 2906287. OLE color: 2906287.

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

Color convert

RGB 175 88 44 -
CMYK 0 0.50 0.75 0.31
HSL 20.15º 0.6% 0.43% -
HSV(B) 20.15º 0.75% 0.69% -
XYZ 21.62 16.28 4.38 -
YUV 109 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 175 88 44 0 0.50 0.75 0.31 20.15 0.6 0.43
Hex AF 58 2C 0 32 4B 1F 14 3C 2B
Octal 257 130 54 0 62 113 37 24 74 53
Binary 10101111 1011000 101100 0 110010 1001011 11111 10100 111100 101011

Color Harmonies of #AF582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF582C

Black with #AF582C

Text Example


Text Example

White with #AF582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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