Html Css Color HEX #A26300 Golden Brown

📋 copy color: '#A26300'

red 162 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #A26300

Tints of Golden Brown #A26300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.07%
G = 37.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A26300 (or 0xA26300) is known color: Golden Brown. HEX triplet: A2, 63 and 00. RGB value is (162,99,0). Sum of RGB (Red+Green+Blue) = 162+99+0=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A26300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26300 is #5D9CFF. Grayscale: #6B6B6B. Windows color (decimal): -6135040 or 25506. OLE color: 25506.

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

Color convert

RGB 162 99 0 -
CMYK 0 0.39 1 0.36
HSL 36.67º 1% 0.32% -
HSV(B) 36.67º 1% 0.64% -
XYZ 19.36 16.61 2.18 -
YUV 106.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 162 99 0 0 0.39 1 0.36 36.67 1 0.32
Hex A2 63 0 0 27 64 24 25 64 20
Octal 242 143 0 0 47 144 44 45 144 40
Binary 10100010 1100011 0 0 100111 1100100 100100 100101 1100100 100000

Color Harmonies of #A26300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26300

Black with #A26300

Text Example


Text Example

White with #A26300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26300; }

 p { color: rgb(162,99,0); }

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

background-color css

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

 a { background-color: rgb(162,99,0); }

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

border-color css

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

 span { border-color: rgb(162,99,0); }

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