Html Css Color HEX #A65300 Golden Brown

📋 copy color: '#A65300'

red 166 ◦ green 83 ◦ blue 0

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

Shades of Golden Brown #A65300

Tints of Golden Brown #A65300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A65300 (or 0xA65300) is known color: Golden Brown. HEX triplet: A6, 53 and 00. RGB value is (166,83,0). Sum of RGB (Red+Green+Blue) = 166+83+0=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A65300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65300 is #59ACFF. Grayscale: #626262. Windows color (decimal): -5876992 or 21414. OLE color: 21414.

HSL color Cylindrical-coordinate representation of color #A65300: hue angle of 30º 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 #A65300 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 0 -
CMYK 0 0.50 1 0.35
HSL 30º 1% 0.33% -
HSV(B) 30º 1% 0.65% -
XYZ 18.82 14.29 1.77 -
YUV 98.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 166 83 0 0 0.50 1 0.35 30 1 0.33
Hex A6 53 0 0 32 64 23 1E 64 21
Octal 246 123 0 0 62 144 43 36 144 41
Binary 10100110 1010011 0 0 110010 1100100 100011 11110 1100100 100001

Color Harmonies of #A65300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65300

Black with #A65300

Text Example


Text Example

White with #A65300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65300; }

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

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

background-color css

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

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

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

border-color css

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

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

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