Html Css Color HEX #A8550E Golden Brown

📋 copy color: '#A8550E'

red 168 ◦ green 85 ◦ blue 14

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

Shades of Golden Brown #A8550E

Tints of Golden Brown #A8550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 62.92%
G = 31.84%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8550E (or 0xA8550E) is known color: Golden Brown. HEX triplet: A8, 55 and 0E. RGB value is (168,85,14). Sum of RGB (Red+Green+Blue) = 168+85+14=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8550E is #57AAF1. Grayscale: #666666. Windows color (decimal): -5745394 or 939432. OLE color: 939432.

HSL color Cylindrical-coordinate representation of color #A8550E: hue angle of 27.66º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8550E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 14 -
CMYK 0 0.49 0.92 0.34
HSL 27.66º 0.85% 0.36% -
HSV(B) 27.66º 0.92% 0.66% -
XYZ 19.48 14.85 2.26 -
YUV 101.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 168 85 14 0 0.49 0.92 0.34 27.66 0.85 0.36
Hex A8 55 E 0 31 5C 22 1C 55 24
Octal 250 125 16 0 61 134 42 34 125 44
Binary 10101000 1010101 1110 0 110001 1011100 100010 11100 1010101 100100

Color Harmonies of #A8550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8550E

Black with #A8550E

Text Example


Text Example

White with #A8550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8550E; }

 p { color: rgb(168,85,14); }

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

background-color css

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

 a { background-color: rgb(168,85,14); }

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

border-color css

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

 span { border-color: rgb(168,85,14); }

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