Html Css Color HEX #A88C0E Dark Goldenrod

📋 copy color: '#A88C0E'

red 168 ◦ green 140 ◦ blue 14

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

Shades of Dark Goldenrod #A88C0E

Tints of Dark Goldenrod #A88C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 52.17%
G = 43.48%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A88C0E (or 0xA88C0E) is known color: Dark Goldenrod. HEX triplet: A8, 8C and 0E. RGB value is (168,140,14). Sum of RGB (Red+Green+Blue) = 168+140+14=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88C0E is #5773F1. Grayscale: #868686. Windows color (decimal): -5731314 or 953512. OLE color: 953512.

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

Color convert

RGB 168 140 14 -
CMYK 0 0.17 0.92 0.34
HSL 49.09º 0.85% 0.36% -
HSV(B) 49.09º 0.92% 0.66% -
XYZ 25.61 27.11 4.3 -
YUV 134.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 168 140 14 0 0.17 0.92 0.34 49.09 0.85 0.36
Hex A8 8C E 0 11 5C 22 31 55 24
Octal 250 214 16 0 21 134 42 61 125 44
Binary 10101000 10001100 1110 0 10001 1011100 100010 110001 1010101 100100

Color Harmonies of #A88C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C0E

Black with #A88C0E

Text Example


Text Example

White with #A88C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C0E; }

 p { color: rgb(168,140,14); }

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

background-color css

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

 a { background-color: rgb(168,140,14); }

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

border-color css

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

 span { border-color: rgb(168,140,14); }

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