Html Css Color HEX #A95C2A Fiery Orange

📋 copy color: '#A95C2A'

red 169 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #A95C2A

Tints of Fiery Orange #A95C2A

RGB

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

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

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

R = 55.78%
G = 30.36%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A95C2A (or 0xA95C2A) is known color: Fiery Orange. HEX triplet: A9, 5C and 2A. RGB value is (169,92,42). Sum of RGB (Red+Green+Blue) = 169+92+42=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C2A is #56A3D5. Grayscale: #6D6D6D. Windows color (decimal): -5678038 or 2776233. OLE color: 2776233.

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

Color convert

RGB 169 92 42 -
CMYK 0 0.46 0.75 0.34
HSL 23.62º 0.6% 0.41% -
HSV(B) 23.62º 0.75% 0.66% -
XYZ 20.61 16.26 4.24 -
YUV 109.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 169 92 42 0 0.46 0.75 0.34 23.62 0.6 0.41
Hex A9 5C 2A 0 2E 4B 22 18 3C 29
Octal 251 134 52 0 56 113 42 30 74 51
Binary 10101001 1011100 101010 0 101110 1001011 100010 11000 111100 101001

Color Harmonies of #A95C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C2A

Black with #A95C2A

Text Example


Text Example

White with #A95C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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