Html Css Color HEX #A26710 Golden Brown

📋 copy color: '#A26710'

red 162 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #A26710

Tints of Golden Brown #A26710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 57.65%
G = 36.65%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A26710 (or 0xA26710) is known color: Golden Brown. HEX triplet: A2, 67 and 10. RGB value is (162,103,16). Sum of RGB (Red+Green+Blue) = 162+103+16=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A26710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26710 is #5D98EF. Grayscale: #6F6F6F. Windows color (decimal): -6134000 or 1075106. OLE color: 1075106.

HSL color Cylindrical-coordinate representation of color #A26710: hue angle of 35.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A26710 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 16 -
CMYK 0 0.36 0.90 0.36
HSL 35.75º 0.82% 0.35% -
HSV(B) 35.75º 0.9% 0.64% -
XYZ 19.84 17.42 2.81 -
YUV 110.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 162 103 16 0 0.36 0.90 0.36 35.75 0.82 0.35
Hex A2 67 10 0 24 5A 24 24 52 23
Octal 242 147 20 0 44 132 44 44 122 43
Binary 10100010 1100111 10000 0 100100 1011010 100100 100100 1010010 100011

Color Harmonies of #A26710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26710

Black with #A26710

Text Example


Text Example

White with #A26710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26710; }

 p { color: rgb(162,103,16); }

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

background-color css

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

 a { background-color: rgb(162,103,16); }

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

border-color css

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

 span { border-color: rgb(162,103,16); }

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