Html Css Color HEX #AC7B10 Dark Goldenrod

📋 copy color: '#AC7B10'

red 172 ◦ green 123 ◦ blue 16

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

Shades of Dark Goldenrod #AC7B10

Tints of Dark Goldenrod #AC7B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 55.31%
G = 39.55%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7B10 (or 0xAC7B10) is known color: Dark Goldenrod. HEX triplet: AC, 7B and 10. RGB value is (172,123,16). Sum of RGB (Red+Green+Blue) = 172+123+16=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B10 is #5384EF. Grayscale: #7D7D7D. Windows color (decimal): -5473520 or 1080236. OLE color: 1080236.

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

Color convert

RGB 172 123 16 -
CMYK 0 0.28 0.91 0.33
HSL 41.15º 0.83% 0.37% -
HSV(B) 41.15º 0.91% 0.67% -
XYZ 24.19 22.97 3.65 -
YUV 125.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 172 123 16 0 0.28 0.91 0.33 41.15 0.83 0.37
Hex AC 7B 10 0 1C 5B 21 29 53 25
Octal 254 173 20 0 34 133 41 51 123 45
Binary 10101100 1111011 10000 0 11100 1011011 100001 101001 1010011 100101

Color Harmonies of #AC7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B10

Black with #AC7B10

Text Example


Text Example

White with #AC7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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