Html Css Color HEX #A8620E Golden Brown

📋 copy color: '#A8620E'

red 168 ◦ green 98 ◦ blue 14

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

Shades of Golden Brown #A8620E

Tints of Golden Brown #A8620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 60%
G = 35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8620E (or 0xA8620E) is known color: Golden Brown. HEX triplet: A8, 62 and 0E. RGB value is (168,98,14). Sum of RGB (Red+Green+Blue) = 168+98+14=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8620E is #579DF1. Grayscale: #6D6D6D. Windows color (decimal): -5742066 or 942760. OLE color: 942760.

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

Color convert

RGB 168 98 14 -
CMYK 0 0.42 0.92 0.34
HSL 32.73º 0.85% 0.36% -
HSV(B) 32.73º 0.92% 0.66% -
XYZ 20.6 17.09 2.63 -
YUV 109.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 168 98 14 0 0.42 0.92 0.34 32.73 0.85 0.36
Hex A8 62 E 0 2A 5C 22 21 55 24
Octal 250 142 16 0 52 134 42 41 125 44
Binary 10101000 1100010 1110 0 101010 1011100 100010 100001 1010101 100100

Color Harmonies of #A8620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8620E

Black with #A8620E

Text Example


Text Example

White with #A8620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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