Html Css Color HEX #AC780B Dark Goldenrod

📋 copy color: '#AC780B'

red 172 ◦ green 120 ◦ blue 11

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

Shades of Dark Goldenrod #AC780B

Tints of Dark Goldenrod #AC780B

RGB

 RED value IS 172 (67.58% from 255) = 56.77%

 GREEN value IS 120 (47.27% from 255) = 39.6%

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

R = 56.77%
G = 39.6%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC780B (or 0xAC780B) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 0B. RGB value is (172,120,11). Sum of RGB (Red+Green+Blue) = 172+120+11=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC780B is #5387F4. Grayscale: #7B7B7B. Windows color (decimal): -5474293 or 751788. OLE color: 751788.

HSL color Cylindrical-coordinate representation of color #AC780B: hue angle of 40.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC780B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 11 -
CMYK 0 0.30 0.94 0.33
HSL 40.62º 0.88% 0.36% -
HSV(B) 40.62º 0.94% 0.67% -
XYZ 23.79 22.23 3.35 -
YUV 123.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 172 120 11 0 0.30 0.94 0.33 40.62 0.88 0.36
Hex AC 78 B 0 1E 5E 21 29 58 24
Octal 254 170 13 0 36 136 41 51 130 44
Binary 10101100 1111000 1011 0 11110 1011110 100001 101001 1011000 100100

Color Harmonies of #AC780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC780B

Black with #AC780B

Text Example


Text Example

White with #AC780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC780B; }

 p { color: rgb(172,120,11); }

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

background-color css

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

 a { background-color: rgb(172,120,11); }

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

border-color css

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

 span { border-color: rgb(172,120,11); }

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