Html Css Color HEX #AF592B Fiery Orange

📋 copy color: '#AF592B'

red 175 ◦ green 89 ◦ blue 43

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

Shades of Fiery Orange #AF592B

Tints of Fiery Orange #AF592B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 57%
G = 28.99%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF592B (or 0xAF592B) is known color: Fiery Orange. HEX triplet: AF, 59 and 2B. RGB value is (175,89,43). Sum of RGB (Red+Green+Blue) = 175+89+43=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592B is #50A6D4. Grayscale: #6D6D6D. Windows color (decimal): -5285589 or 2841007. OLE color: 2841007.

HSL color Cylindrical-coordinate representation of color #AF592B: hue angle of 20.91º degrees, saturation: 0.61, 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 #AF592B is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 43 -
CMYK 0 0.49 0.75 0.31
HSL 20.91º 0.61% 0.43% -
HSV(B) 20.91º 0.75% 0.69% -
XYZ 21.69 16.43 4.31 -
YUV 109.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 175 89 43 0 0.49 0.75 0.31 20.91 0.61 0.43
Hex AF 59 2B 0 31 4B 1F 15 3D 2B
Octal 257 131 53 0 61 113 37 25 75 53
Binary 10101111 1011001 101011 0 110001 1001011 11111 10101 111101 101011

Color Harmonies of #AF592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF592B

Black with #AF592B

Text Example


Text Example

White with #AF592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF592B; }

 p { color: rgb(175,89,43); }

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

background-color css

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

 a { background-color: rgb(175,89,43); }

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

border-color css

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

 span { border-color: rgb(175,89,43); }

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