Html Css Color HEX #A5680B Golden Brown

📋 copy color: '#A5680B'

red 165 ◦ green 104 ◦ blue 11

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

Shades of Golden Brown #A5680B

Tints of Golden Brown #A5680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 58.93%
G = 37.14%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5680B (or 0xA5680B) is known color: Golden Brown. HEX triplet: A5, 68 and 0B. RGB value is (165,104,11). Sum of RGB (Red+Green+Blue) = 165+104+11=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5680B is #5A97F4. Grayscale: #707070. Windows color (decimal): -5937141 or 747685. OLE color: 747685.

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

Color convert

RGB 165 104 11 -
CMYK 0 0.37 0.93 0.35
HSL 36.23º 0.88% 0.35% -
HSV(B) 36.23º 0.93% 0.65% -
XYZ 20.53 17.92 2.69 -
YUV 111.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 165 104 11 0 0.37 0.93 0.35 36.23 0.88 0.35
Hex A5 68 B 0 25 5D 23 24 58 23
Octal 245 150 13 0 45 135 43 44 130 43
Binary 10100101 1101000 1011 0 100101 1011101 100011 100100 1011000 100011

Color Harmonies of #A5680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5680B

Black with #A5680B

Text Example


Text Example

White with #A5680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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