Html Css Color HEX #A65400 Golden Brown

📋 copy color: '#A65400'

red 166 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #A65400

Tints of Golden Brown #A65400

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 66.4%
G = 33.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A65400 (or 0xA65400) is known color: Golden Brown. HEX triplet: A6, 54 and 00. RGB value is (166,84,0). Sum of RGB (Red+Green+Blue) = 166+84+0=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A65400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65400 is #59ABFF. Grayscale: #636363. Windows color (decimal): -5876736 or 21670. OLE color: 21670.

HSL color Cylindrical-coordinate representation of color #A65400: hue angle of 30.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A65400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 0 -
CMYK 0 0.49 1 0.35
HSL 30.36º 1% 0.33% -
HSV(B) 30.36º 1% 0.65% -
XYZ 18.9 14.45 1.79 -
YUV 98.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 166 84 0 0 0.49 1 0.35 30.36 1 0.33
Hex A6 54 0 0 31 64 23 1E 64 21
Octal 246 124 0 0 61 144 43 36 144 41
Binary 10100110 1010100 0 0 110001 1100100 100011 11110 1100100 100001

Color Harmonies of #A65400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65400

Black with #A65400

Text Example


Text Example

White with #A65400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65400; }

 p { color: rgb(166,84,0); }

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

background-color css

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

 a { background-color: rgb(166,84,0); }

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

border-color css

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

 span { border-color: rgb(166,84,0); }

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