Html Css Color HEX #A26C19 Golden Brown

📋 copy color: '#A26C19'

red 162 ◦ green 108 ◦ blue 25

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

Shades of Golden Brown #A26C19

Tints of Golden Brown #A26C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 54.92%
G = 36.61%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A26C19 (or 0xA26C19) is known color: Golden Brown. HEX triplet: A2, 6C and 19. RGB value is (162,108,25). Sum of RGB (Red+Green+Blue) = 162+108+25=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C19 is #5D93E6. Grayscale: #737373. Windows color (decimal): -6132711 or 1666210. OLE color: 1666210.

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

Color convert

RGB 162 108 25 -
CMYK 0 0.33 0.85 0.36
HSL 36.35º 0.73% 0.37% -
HSV(B) 36.35º 0.85% 0.64% -
XYZ 20.44 18.48 3.41 -
YUV 114.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 162 108 25 0 0.33 0.85 0.36 36.35 0.73 0.37
Hex A2 6C 19 0 21 55 24 24 49 25
Octal 242 154 31 0 41 125 44 44 111 45
Binary 10100010 1101100 11001 0 100001 1010101 100100 100100 1001001 100101

Color Harmonies of #A26C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26C19

Black with #A26C19

Text Example


Text Example

White with #A26C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26C19; }

 p { color: rgb(162,108,25); }

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

background-color css

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

 a { background-color: rgb(162,108,25); }

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

border-color css

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

 span { border-color: rgb(162,108,25); }

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