Html Css Color HEX #A85A2C Fiery Orange

📋 copy color: '#A85A2C'

red 168 ◦ green 90 ◦ blue 44

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

Shades of Fiery Orange #A85A2C

Tints of Fiery Orange #A85A2C

RGB

 RED value IS 168 (66.02% from 255) = 55.63%

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 55.63%
G = 29.8%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A85A2C (or 0xA85A2C) is known color: Fiery Orange. HEX triplet: A8, 5A and 2C. RGB value is (168,90,44). Sum of RGB (Red+Green+Blue) = 168+90+44=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A2C is #57A5D3. Grayscale: #6C6C6C. Windows color (decimal): -5744084 or 2906792. OLE color: 2906792.

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

Color convert

RGB 168 90 44 -
CMYK 0 0.46 0.74 0.34
HSL 22.26º 0.58% 0.42% -
HSV(B) 22.26º 0.74% 0.66% -
XYZ 20.26 15.82 4.37 -
YUV 108.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 168 90 44 0 0.46 0.74 0.34 22.26 0.58 0.42
Hex A8 5A 2C 0 2E 4A 22 16 3A 2A
Octal 250 132 54 0 56 112 42 26 72 52
Binary 10101000 1011010 101100 0 101110 1001010 100010 10110 111010 101010

Color Harmonies of #A85A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A2C

Black with #A85A2C

Text Example


Text Example

White with #A85A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A2C; }

 p { color: rgb(168,90,44); }

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

background-color css

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

 a { background-color: rgb(168,90,44); }

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

border-color css

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

 span { border-color: rgb(168,90,44); }

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