Html Css Color HEX #AC7B00 Dark Goldenrod

📋 copy color: '#AC7B00'

red 172 ◦ green 123 ◦ blue 0

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

Shades of Dark Goldenrod #AC7B00

Tints of Dark Goldenrod #AC7B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

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

R = 58.31%
G = 41.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC7B00 (or 0xAC7B00) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 00. RGB value is (172,123,0). Sum of RGB (Red+Green+Blue) = 172+123+0=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B00 is #5384FF. Grayscale: #7C7C7C. Windows color (decimal): -5473536 or 31660. OLE color: 31660.

HSL color Cylindrical-coordinate representation of color #AC7B00: hue angle of 42.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC7B00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 0 -
CMYK 0 0.28 1 0.33
HSL 42.91º 1% 0.34% -
HSV(B) 42.91º 1% 0.67% -
XYZ 24.1 22.94 3.16 -
YUV 123.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 172 123 0 0 0.28 1 0.33 42.91 1 0.34
Hex AC 7B 0 0 1C 64 21 2B 64 22
Octal 254 173 0 0 34 144 41 53 144 42
Binary 10101100 1111011 0 0 11100 1100100 100001 101011 1100100 100010

Color Harmonies of #AC7B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B00

Black with #AC7B00

Text Example


Text Example

White with #AC7B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B00; }

 p { color: rgb(172,123,0); }

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

background-color css

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

 a { background-color: rgb(172,123,0); }

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

border-color css

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

 span { border-color: rgb(172,123,0); }

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