Html Css Color HEX #A26614 Golden Brown

📋 copy color: '#A26614'

red 162 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #A26614

Tints of Golden Brown #A26614

RGB

 RED value IS 162 (63.67% from 255) = 57.04%

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 57.04%
G = 35.92%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A26614 (or 0xA26614) is known color: Golden Brown. HEX triplet: A2, 66 and 14. RGB value is (162,102,20). Sum of RGB (Red+Green+Blue) = 162+102+20=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A26614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26614 is #5D99EB. Grayscale: #6E6E6E. Windows color (decimal): -6134252 or 1336994. OLE color: 1336994.

HSL color Cylindrical-coordinate representation of color #A26614: hue angle of 34.65º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A26614 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 102 20 -
CMYK 0 0.37 0.88 0.36
HSL 34.65º 0.78% 0.36% -
HSV(B) 34.65º 0.88% 0.64% -
XYZ 19.78 17.23 2.95 -
YUV 110.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 162 102 20 0 0.37 0.88 0.36 34.65 0.78 0.36
Hex A2 66 14 0 25 58 24 23 4E 24
Octal 242 146 24 0 45 130 44 43 116 44
Binary 10100010 1100110 10100 0 100101 1011000 100100 100011 1001110 100100

Color Harmonies of #A26614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26614

Black with #A26614

Text Example


Text Example

White with #A26614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26614; }

 p { color: rgb(162,102,20); }

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

background-color css

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

 a { background-color: rgb(162,102,20); }

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

border-color css

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

 span { border-color: rgb(162,102,20); }

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