Html Css Color HEX #A5660B Golden Brown

📋 copy color: '#A5660B'

red 165 ◦ green 102 ◦ blue 11

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

Shades of Golden Brown #A5660B

Tints of Golden Brown #A5660B

RGB

 RED value IS 165 (64.84% from 255) = 59.35%

 GREEN value IS 102 (40.23% from 255) = 36.69%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 59.35%
G = 36.69%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5660B (or 0xA5660B) is known color: Golden Brown. HEX triplet: A5, 66 and 0B. RGB value is (165,102,11). Sum of RGB (Red+Green+Blue) = 165+102+11=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5660B is #5A99F4. Grayscale: #6E6E6E. Windows color (decimal): -5937653 or 747173. OLE color: 747173.

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

Color convert

RGB 165 102 11 -
CMYK 0 0.38 0.93 0.35
HSL 35.45º 0.88% 0.35% -
HSV(B) 35.45º 0.93% 0.65% -
XYZ 20.33 17.53 2.63 -
YUV 110.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 165 102 11 0 0.38 0.93 0.35 35.45 0.88 0.35
Hex A5 66 B 0 26 5D 23 23 58 23
Octal 245 146 13 0 46 135 43 43 130 43
Binary 10100101 1100110 1011 0 100110 1011101 100011 100011 1011000 100011

Color Harmonies of #A5660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5660B

Black with #A5660B

Text Example


Text Example

White with #A5660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5660B; }

 p { color: rgb(165,102,11); }

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

background-color css

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

 a { background-color: rgb(165,102,11); }

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

border-color css

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

 span { border-color: rgb(165,102,11); }

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