Html Css Color HEX #AF5826 Fiery Orange

📋 copy color: '#AF5826'

red 175 ◦ green 88 ◦ blue 38

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

Shades of Fiery Orange #AF5826

Tints of Fiery Orange #AF5826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 58.14%
G = 29.24%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF5826 (or 0xAF5826) is known color: Fiery Orange. HEX triplet: AF, 58 and 26. RGB value is (175,88,38). Sum of RGB (Red+Green+Blue) = 175+88+38=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5826 is #50A7D9. Grayscale: #6C6C6C. Windows color (decimal): -5285850 or 2513071. OLE color: 2513071.

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

Color convert

RGB 175 88 38 -
CMYK 0 0.50 0.78 0.31
HSL 21.9º 0.64% 0.42% -
HSV(B) 21.9º 0.78% 0.69% -
XYZ 21.52 16.23 3.83 -
YUV 108.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 175 88 38 0 0.50 0.78 0.31 21.9 0.64 0.42
Hex AF 58 26 0 32 4E 1F 16 40 2A
Octal 257 130 46 0 62 116 37 26 100 52
Binary 10101111 1011000 100110 0 110010 1001110 11111 10110 1000000 101010

Color Harmonies of #AF5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5826

Black with #AF5826

Text Example


Text Example

White with #AF5826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5826; }

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

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

background-color css

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

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

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

border-color css

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

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

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