Html Css Color HEX #A85B2B Fiery Orange

📋 copy color: '#A85B2B'

red 168 ◦ green 91 ◦ blue 43

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

Shades of Fiery Orange #A85B2B

Tints of Fiery Orange #A85B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 55.63%
G = 30.13%
B = 14.24%

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

#A85B2B (or 0xA85B2B) is known color: Fiery Orange. HEX triplet: A8, 5B and 2B. RGB value is (168,91,43). Sum of RGB (Red+Green+Blue) = 168+91+43=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B2B is #57A4D4. Grayscale: #6C6C6C. Windows color (decimal): -5743829 or 2841512. OLE color: 2841512.

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

Color convert

RGB 168 91 43 -
CMYK 0 0.46 0.74 0.34
HSL 23.04º 0.59% 0.41% -
HSV(B) 23.04º 0.74% 0.66% -
XYZ 20.33 15.98 4.3 -
YUV 108.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 168 91 43 0 0.46 0.74 0.34 23.04 0.59 0.41
Hex A8 5B 2B 0 2E 4A 22 17 3B 29
Octal 250 133 53 0 56 112 42 27 73 51
Binary 10101000 1011011 101011 0 101110 1001010 100010 10111 111011 101001

Color Harmonies of #A85B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B2B

Black with #A85B2B

Text Example


Text Example

White with #A85B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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