Html Css Color HEX #A8681E Golden Brown

📋 copy color: '#A8681E'

red 168 ◦ green 104 ◦ blue 30

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

Shades of Golden Brown #A8681E

Tints of Golden Brown #A8681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 55.63%
G = 34.44%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8681E (or 0xA8681E) is known color: Golden Brown. HEX triplet: A8, 68 and 1E. RGB value is (168,104,30). Sum of RGB (Red+Green+Blue) = 168+104+30=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8681E is #5797E1. Grayscale: #737373. Windows color (decimal): -5740514 or 1992872. OLE color: 1992872.

HSL color Cylindrical-coordinate representation of color #A8681E: hue angle of 32.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8681E is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 30 -
CMYK 0 0.38 0.82 0.34
HSL 32.17º 0.7% 0.39% -
HSV(B) 32.17º 0.82% 0.66% -
XYZ 21.33 18.32 3.64 -
YUV 114.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 168 104 30 0 0.38 0.82 0.34 32.17 0.7 0.39
Hex A8 68 1E 0 26 52 22 20 46 27
Octal 250 150 36 0 46 122 42 40 106 47
Binary 10101000 1101000 11110 0 100110 1010010 100010 100000 1000110 100111

Color Harmonies of #A8681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8681E

Black with #A8681E

Text Example


Text Example

White with #A8681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8681E; }

 p { color: rgb(168,104,30); }

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

background-color css

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

 a { background-color: rgb(168,104,30); }

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

border-color css

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

 span { border-color: rgb(168,104,30); }

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