Html Css Color HEX #A88A12 Dark Goldenrod

📋 copy color: '#A88A12'

red 168 ◦ green 138 ◦ blue 18

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

Shades of Dark Goldenrod #A88A12

Tints of Dark Goldenrod #A88A12

RGB

 RED value IS 168 (66.02% from 255) = 51.85%

 GREEN value IS 138 (54.3% from 255) = 42.59%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 51.85%
G = 42.59%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A88A12 (or 0xA88A12) is known color: Dark Goldenrod. HEX triplet: A8, 8A and 12. RGB value is (168,138,18). Sum of RGB (Red+Green+Blue) = 168+138+18=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88A12 is #5775ED. Grayscale: #858585. Windows color (decimal): -5731822 or 1215144. OLE color: 1215144.

HSL color Cylindrical-coordinate representation of color #A88A12: hue angle of 48º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88A12 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 138 18 -
CMYK 0 0.18 0.89 0.34
HSL 48º 0.81% 0.36% -
HSV(B) 48º 0.89% 0.66% -
XYZ 25.35 26.55 4.36 -
YUV 133.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 168 138 18 0 0.18 0.89 0.34 48 0.81 0.36
Hex A8 8A 12 0 12 59 22 30 51 24
Octal 250 212 22 0 22 131 42 60 121 44
Binary 10101000 10001010 10010 0 10010 1011001 100010 110000 1010001 100100

Color Harmonies of #A88A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A12

Black with #A88A12

Text Example


Text Example

White with #A88A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A12; }

 p { color: rgb(168,138,18); }

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

background-color css

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

 a { background-color: rgb(168,138,18); }

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

border-color css

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

 span { border-color: rgb(168,138,18); }

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