Html Css Color HEX #A85B2A Fiery Orange

📋 copy color: '#A85B2A'

red 168 ◦ green 91 ◦ blue 42

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

Shades of Fiery Orange #A85B2A

Tints of Fiery Orange #A85B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 55.81%
G = 30.23%
B = 13.95%

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

#A85B2A (or 0xA85B2A) is known color: Fiery Orange. HEX triplet: A8, 5B and 2A. RGB value is (168,91,42). Sum of RGB (Red+Green+Blue) = 168+91+42=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B2A is #57A4D5. Grayscale: #6C6C6C. Windows color (decimal): -5743830 or 2775976. OLE color: 2775976.

HSL color Cylindrical-coordinate representation of color #A85B2A: hue angle of 23.33º 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 #A85B2A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 91 42 -
CMYK 0 0.46 0.75 0.34
HSL 23.33º 0.6% 0.41% -
HSV(B) 23.33º 0.75% 0.66% -
XYZ 20.31 15.97 4.2 -
YUV 108.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 168 91 42 0 0.46 0.75 0.34 23.33 0.6 0.41
Hex A8 5B 2A 0 2E 4B 22 17 3C 29
Octal 250 133 52 0 56 113 42 27 74 51
Binary 10101000 1011011 101010 0 101110 1001011 100010 10111 111100 101001

Color Harmonies of #A85B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B2A

Black with #A85B2A

Text Example


Text Example

White with #A85B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B2A; }

 p { color: rgb(168,91,42); }

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

background-color css

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

 a { background-color: rgb(168,91,42); }

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

border-color css

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

 span { border-color: rgb(168,91,42); }

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