Html Css Color HEX #AF5C23 Fiery Orange

📋 copy color: '#AF5C23'

red 175 ◦ green 92 ◦ blue 35

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

Shades of Fiery Orange #AF5C23

Tints of Fiery Orange #AF5C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 57.95%
G = 30.46%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF5C23 (or 0xAF5C23) is known color: Fiery Orange. HEX triplet: AF, 5C and 23. RGB value is (175,92,35). Sum of RGB (Red+Green+Blue) = 175+92+35=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C23 is #50A3DC. Grayscale: #6E6E6E. Windows color (decimal): -5284829 or 2317487. OLE color: 2317487.

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

Color convert

RGB 175 92 35 -
CMYK 0 0.47 0.8 0.31
HSL 24.43º 0.67% 0.41% -
HSV(B) 24.43º 0.8% 0.69% -
XYZ 21.81 16.89 3.7 -
YUV 110.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 175 92 35 0 0.47 0.8 0.31 24.43 0.67 0.41
Hex AF 5C 23 0 2F 50 1F 18 43 29
Octal 257 134 43 0 57 120 37 30 103 51
Binary 10101111 1011100 100011 0 101111 1010000 11111 11000 1000011 101001

Color Harmonies of #AF5C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C23

Black with #AF5C23

Text Example


Text Example

White with #AF5C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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