Html Css Color HEX #AC830F Dark Goldenrod

📋 copy color: '#AC830F'

red 172 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #AC830F

Tints of Dark Goldenrod #AC830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 54.09%
G = 41.19%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC830F (or 0xAC830F) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 0F. RGB value is (172,131,15). Sum of RGB (Red+Green+Blue) = 172+131+15=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC830F is #537CF0. Grayscale: #828282. Windows color (decimal): -5471473 or 1016748. OLE color: 1016748.

HSL color Cylindrical-coordinate representation of color #AC830F: hue angle of 44.33º degrees, saturation: 0.84, 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 #AC830F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 15 -
CMYK 0 0.24 0.91 0.33
HSL 44.33º 0.84% 0.37% -
HSV(B) 44.33º 0.91% 0.67% -
XYZ 25.22 25.04 3.96 -
YUV 130.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 172 131 15 0 0.24 0.91 0.33 44.33 0.84 0.37
Hex AC 83 F 0 18 5B 21 2C 54 25
Octal 254 203 17 0 30 133 41 54 124 45
Binary 10101100 10000011 1111 0 11000 1011011 100001 101100 1010100 100101

Color Harmonies of #AC830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC830F

Black with #AC830F

Text Example


Text Example

White with #AC830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC830F; }

 p { color: rgb(172,131,15); }

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

background-color css

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

 a { background-color: rgb(172,131,15); }

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

border-color css

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

 span { border-color: rgb(172,131,15); }

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