Html Css Color HEX #AF5C2A Fiery Orange

📋 copy color: '#AF5C2A'

red 175 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #AF5C2A

Tints of Fiery Orange #AF5C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 56.63%
G = 29.77%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF5C2A (or 0xAF5C2A) is known color: Fiery Orange. HEX triplet: AF, 5C and 2A. RGB value is (175,92,42). Sum of RGB (Red+Green+Blue) = 175+92+42=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C2A is #50A3D5. Grayscale: #6F6F6F. Windows color (decimal): -5284822 or 2776239. OLE color: 2776239.

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

Color convert

RGB 175 92 42 -
CMYK 0 0.47 0.76 0.31
HSL 22.56º 0.61% 0.43% -
HSV(B) 22.56º 0.76% 0.69% -
XYZ 21.92 16.94 4.3 -
YUV 111.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 175 92 42 0 0.47 0.76 0.31 22.56 0.61 0.43
Hex AF 5C 2A 0 2F 4C 1F 17 3D 2B
Octal 257 134 52 0 57 114 37 27 75 53
Binary 10101111 1011100 101010 0 101111 1001100 11111 10111 111101 101011

Color Harmonies of #AF5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C2A

Black with #AF5C2A

Text Example


Text Example

White with #AF5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C2A; }

 p { color: rgb(175,92,42); }

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

background-color css

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

 a { background-color: rgb(175,92,42); }

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

border-color css

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

 span { border-color: rgb(175,92,42); }

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