Html Css Color HEX #A95C2F Fiery Orange

📋 copy color: '#A95C2F'

red 169 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #A95C2F

Tints of Fiery Orange #A95C2F

RGB

 RED value IS 169 (66.41% from 255) = 54.87%

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 54.87%
G = 29.87%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A95C2F (or 0xA95C2F) is known color: Fiery Orange. HEX triplet: A9, 5C and 2F. RGB value is (169,92,47). Sum of RGB (Red+Green+Blue) = 169+92+47=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C2F is #56A3D0. Grayscale: #6E6E6E. Windows color (decimal): -5678033 or 3103913. OLE color: 3103913.

HSL color Cylindrical-coordinate representation of color #A95C2F: hue angle of 22.13º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A95C2F is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 47 -
CMYK 0 0.46 0.72 0.34
HSL 22.13º 0.56% 0.42% -
HSV(B) 22.13º 0.72% 0.66% -
XYZ 20.7 16.29 4.74 -
YUV 109.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 169 92 47 0 0.46 0.72 0.34 22.13 0.56 0.42
Hex A9 5C 2F 0 2E 48 22 16 38 2A
Octal 251 134 57 0 56 110 42 26 70 52
Binary 10101001 1011100 101111 0 101110 1001000 100010 10110 111000 101010

Color Harmonies of #A95C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C2F

Black with #A95C2F

Text Example


Text Example

White with #A95C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C2F; }

 p { color: rgb(169,92,47); }

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

background-color css

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

 a { background-color: rgb(169,92,47); }

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

border-color css

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

 span { border-color: rgb(169,92,47); }

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