Html Css Color HEX #AF6129 Fiery Orange

📋 copy color: '#AF6129'

red 175 ◦ green 97 ◦ blue 41

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

Shades of Fiery Orange #AF6129

Tints of Fiery Orange #AF6129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 55.91%
G = 30.99%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6129 (or 0xAF6129) is known color: Fiery Orange. HEX triplet: AF, 61 and 29. RGB value is (175,97,41). Sum of RGB (Red+Green+Blue) = 175+97+41=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6129 is #509ED6. Grayscale: #727272. Windows color (decimal): -5283543 or 2711983. OLE color: 2711983.

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

Color convert

RGB 175 97 41 -
CMYK 0 0.45 0.77 0.31
HSL 25.07º 0.62% 0.42% -
HSV(B) 25.07º 0.77% 0.69% -
XYZ 22.35 17.82 4.36 -
YUV 113.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 175 97 41 0 0.45 0.77 0.31 25.07 0.62 0.42
Hex AF 61 29 0 2D 4D 1F 19 3E 2A
Octal 257 141 51 0 55 115 37 31 76 52
Binary 10101111 1100001 101001 0 101101 1001101 11111 11001 111110 101010

Color Harmonies of #AF6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6129

Black with #AF6129

Text Example


Text Example

White with #AF6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6129; }

 p { color: rgb(175,97,41); }

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

background-color css

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

 a { background-color: rgb(175,97,41); }

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

border-color css

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

 span { border-color: rgb(175,97,41); }

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