Html Css Color HEX #A5770C Dark Goldenrod

📋 copy color: '#A5770C'

red 165 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #A5770C

Tints of Dark Goldenrod #A5770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 12 (5.08% from 255) = 4.05%

R = 55.74%
G = 40.2%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5770C (or 0xA5770C) is known color: Dark Goldenrod. HEX triplet: A5, 77 and 0C. RGB value is (165,119,12). Sum of RGB (Red+Green+Blue) = 165+119+12=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5770C is #5A88F3. Grayscale: #797979. Windows color (decimal): -5933300 or 817061. OLE color: 817061.

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

Color convert

RGB 165 119 12 -
CMYK 0 0.28 0.93 0.35
HSL 41.96º 0.86% 0.35% -
HSV(B) 41.96º 0.93% 0.65% -
XYZ 22.18 21.22 3.27 -
YUV 120.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 165 119 12 0 0.28 0.93 0.35 41.96 0.86 0.35
Hex A5 77 C 0 1C 5D 23 2A 56 23
Octal 245 167 14 0 34 135 43 52 126 43
Binary 10100101 1110111 1100 0 11100 1011101 100011 101010 1010110 100011

Color Harmonies of #A5770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5770C

Black with #A5770C

Text Example


Text Example

White with #A5770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5770C; }

 p { color: rgb(165,119,12); }

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

background-color css

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

 a { background-color: rgb(165,119,12); }

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

border-color css

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

 span { border-color: rgb(165,119,12); }

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