Html Css Color HEX #AF5B2A Fiery Orange

📋 copy color: '#AF5B2A'

red 175 ◦ green 91 ◦ blue 42

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

Shades of Fiery Orange #AF5B2A

Tints of Fiery Orange #AF5B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.55%

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

R = 56.82%
G = 29.55%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF5B2A (or 0xAF5B2A) is known color: Fiery Orange. HEX triplet: AF, 5B and 2A. RGB value is (175,91,42). Sum of RGB (Red+Green+Blue) = 175+91+42=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B2A is #50A4D5. Grayscale: #6E6E6E. Windows color (decimal): -5285078 or 2775983. OLE color: 2775983.

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

Color convert

RGB 175 91 42 -
CMYK 0 0.48 0.76 0.31
HSL 22.11º 0.61% 0.43% -
HSV(B) 22.11º 0.76% 0.69% -
XYZ 21.84 16.76 4.28 -
YUV 110.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 175 91 42 0 0.48 0.76 0.31 22.11 0.61 0.43
Hex AF 5B 2A 0 30 4C 1F 16 3D 2B
Octal 257 133 52 0 60 114 37 26 75 53
Binary 10101111 1011011 101010 0 110000 1001100 11111 10110 111101 101011

Color Harmonies of #AF5B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B2A

Black with #AF5B2A

Text Example


Text Example

White with #AF5B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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